We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1dc6ca + 1881ccc commit ef03df9Copy full SHA for ef03df9
1 file changed
.github/workflows/confirm-internal-staff-work-in-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
check-team-membership:
18
runs-on: ubuntu-latest
19
continue-on-error: true
20
- if: github.repository == 'github/docs'
+ if: github.repository == 'github/docs' && github.actor != 'docs-bot'
21
steps:
22
- id: membership_check
23
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
0 commit comments