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.
ready_for_review
1 parent 3fddfef commit 186a9b5Copy full SHA for 186a9b5
.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