Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ready_for_review
1 parent 2a248b1 commit 40d6cbeCopy full SHA for 40d6cbe
.github/workflows/contrib.yaml
@@ -84,7 +84,7 @@ jobs:
84
repo: context.repo.repo,
85
}
86
87
- if (action === "opened" || action === "reopened") {
+ if (action === "opened" || action === "reopened" || action === "ready_for_review") {
88
if (isBreakingTitle && !labels.includes(releaseLabels.breaking)) {
89
console.log('Add "%s" label', releaseLabels.breaking)
90
await github.rest.issues.addLabels({
0 commit comments