Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods to add tags for scheduling goals and expansion rules #119

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

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 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.

2 participants