We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5219242 commit c59b514Copy full SHA for c59b514
.github/workflows/component-owners.yml
@@ -10,6 +10,10 @@ jobs:
10
run_self:
11
runs-on: ubuntu-latest
12
name: Auto Assign Owners
13
+ permissions:
14
+ contents: read # to read changed files
15
+ issues: write # to read/write issue assignees
16
+ pull-requests: write # to read/write PR reviewers
17
# Don't fail tests if this workflow fails. Some pending issues:
18
# - https://github.com/dyladan/component-owners/issues/8
19
continue-on-error: true
0 commit comments