Skip to content

Conversation

@zgoldberg22
Copy link
Collaborator

Added methods add_expansion_rule_tag and add_scheduling_goal_tag as standalone methods to add tags to each component.

@zgoldberg22 zgoldberg22 requested a review from cartermak January 29, 2024 19:30
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 19:30 — with GitHub Actions Inactive
}
"""

#add tag to scheduling goal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#add tag to scheduling goal
#add tag to expansion rule

@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
@zgoldberg22 zgoldberg22 temporarily deployed to integration-test-workflow January 29, 2024 20:01 — with GitHub Actions Inactive
This was referenced Jan 29, 2024
tag_id=self.get_tag_id_by_name(tag_name)
)

return resp['returning'][0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return resp['returning'][0]
return resp['returning'][0]["tag_id"]

tag_id=self.get_tag_id_by_name(tag_name)
)

return resp['returning'][0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return resp['returning'][0]
return resp['returning'][0]["tag_id"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants