We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67da16 commit d313f96Copy full SHA for d313f96
.github/actions/check-bypass/action.yml
@@ -29,12 +29,12 @@ runs:
29
"any": [
30
{
31
"type": "labeled",
32
- "label": ["skip-ci: ${{ inputs.workflow-name }}"],
+ "label": ["skip-ci: ${{ inputs.workflow-name }}", "skip-ci: all"],
33
"username": ${{ env.CI_TEAM_MEMBERS }}
34
},
35
36
"type": "commented",
37
- "comment-pattern": [".*/skip-ci ${{ inputs.workflow-name }}.*"],
+ "comment-pattern": [".*/skip-ci ${{ inputs.workflow-name }}.*", ".*/skip-ci all.*"],
38
39
}
40
]
0 commit comments