-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update issue tagging to work without helper scripts #172
Conversation
This relates to RPOPC-327 |
…Rs, we don't support forks anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you left in a file by accident?
tmp.json
Outdated
@@ -0,0 +1,44 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this included by accident? If not it could really use a better file name than "tmp.json" unless the workflow demands it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, had that as a testing file and forgot to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please file an issue to document the jira-issues-tagging container for other developers & maintainers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This updates the issue tagging pipeline to work without relying on helper scripts. This allows for a simple import into other repositories to use.
Before/After Comparison
Before
Importing the workflow into another repo would cause it to error out since the helper scripts are not present.
After
Importing the workflow into another repository works as expected
Clerical Stuff
Issue #167
Relates to JIRA: RPOPC-327