-
Notifications
You must be signed in to change notification settings - Fork 25
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
[#223] Ignore Danger run on WIP pull request #432
Conversation
@@ -2,6 +2,7 @@ name: Test | |||
|
|||
on: | |||
pull_request: | |||
types: [opened, edited, labeled, unlabeled, converted_to_draft, ready_for_review] |
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.
Why do we need to be so specific? Can't this be triggered just with pull_request
?
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.
Thanks for catching the issue. Come to think of it, we don't really need an immediate workflow trigger after a PR state change, as no code has been changed.
And, just pull_request
gets the job done where we make an existing open PR WIP and push commits in it; for each subsequent commit, it skips danger.
Fixed in d5fc88d
close #223
What happened 👀
[WIP]
in it's titlewip
in it's labeldraft
Insight 📝
Proof Of Work 📹