Skip to content

Commit 438fada

Browse files
authored
exclude docs-bot from staff post check (github#18646)
1 parent d0edbd2 commit 438fada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check-team-membership:
1818
runs-on: ubuntu-latest
1919
continue-on-error: true
20-
if: github.repository == 'github/docs'
20+
if: github.repository == 'github/docs' && github.actor != 'docs-bot'
2121
steps:
2222
- id: membership_check
2323
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9

0 commit comments

Comments
 (0)