@@ -18,7 +18,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
check-team-membership:
|
||||
if: github.repository == 'github/docs-internal' && github.actor != 'github-openapi-bot'
|
||||
if: github.repository == 'github/docs-internal' && github.actor != 'github-openapi-bot' && github.actor != 'docs-bot'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo
|
||||
|
||||
Reference in New Issue
Block a user