Skip to content

Commit 588951e

Browse files
Add roles: all to handler workflows so issues from any user are triaged (#992)
1 parent 28d0a33 commit 588951e

File tree

8 files changed

+68
-172
lines changed

8 files changed

+68
-172
lines changed

.github/workflows/handle-bug.lock.yml

Lines changed: 16 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-bug.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
issue_number:
1212
type: string
1313
required: true
14+
roles: all
1415
permissions:
1516
contents: read
1617
issues: read

.github/workflows/handle-documentation.lock.yml

Lines changed: 16 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
issue_number:
1212
type: string
1313
required: true
14+
roles: all
1415
permissions:
1516
contents: read
1617
issues: read

0 commit comments

Comments
 (0)