Skip to content

Commit 3d8883d

Browse files
committed
Fix/document exemption rule
1 parent c79803a commit 3d8883d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
comment:
1010
runs-on: ubuntu-latest
11-
if: ${{!contains(fromJSON('[hustcer]'), github.event.pull_request.user.login)}}
11+
# Maintainers/Contributors can add themselves exempt from this bot if they regularly run the command doc generation.
12+
# If you are on this list, be careful about accidental changes!
13+
if: ${{!contains(fromJSON('["hustcer", "sholderbach"]'), github.event.pull_request.user.login)}}
1214
steps:
1315
- uses: actions/[email protected]
1416
with:

0 commit comments

Comments
 (0)