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.
1 parent 78b7507 commit b343c77Copy full SHA for b343c77
.github/workflows/first-responder-docs-content.yml
@@ -19,7 +19,7 @@ permissions:
19
jobs:
20
first-responder-triage-pr:
21
name: Triage PR to FR project board
22
- if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled' && github.event.action != 'closed' && github.actor != 'dependabot[bot]'
+ if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled' && github.event.action != 'closed' && github.actor != 'dependabot[bot]' && github.actor != 'docs-bot'
23
runs-on: ubuntu-latest
24
25
steps:
0 commit comments