-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Run Verify Issue linking workflow only when label is bug or enhancement #10236
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
Conversation
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.
@@ -10,7 +10,7 @@ jobs: | |||
verify_linked_issue: | |||
runs-on: ubuntu-latest | |||
name: Ensure Pull Request has a linked issue. | |||
if: github.event.pull_request.draft == false | |||
if: github.event.pull_request.draft == false and github.event.label.name == 'enhancement' |
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.
enhancement will cover up bugfix
?
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.
Naa, It's still Draft and testing it out.
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.
oh okay! I saw everyone approved so thought maybe it's ready 😄
Hey @kaushikb11. The simplest would be to fork the initial repo and add our own logic there. We could add this only for us and F. Best, |
I can work on our bot fork. But I'd advocate for removing the integration until it is done. |
@kaushikb11 still a draft? :] |
What does this PR do?
Run Verify Issue linking workflow only when PR label is bug or enhancement
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃