1
0
mirror of synced 2025-12-26 05:02:55 -05:00

Add workflow-generated label to workflow-generated issues and PRs (#56163)

This commit is contained in:
Kevin Heis
2025-06-23 13:51:18 -07:00
committed by GitHub
parent ad6359bbb5
commit fdca776e0b
19 changed files with 19 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ jobs:
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
--repo github/docs-internal \
--label "codeql-cli-pipeline,skip FR board,ready-for-doc-review"
--label "codeql-cli-pipeline,skip FR board,ready-for-doc-review,workflow-generated"
- uses: ./.github/actions/slack-alert
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}