We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7b7db commit e435b02Copy full SHA for e435b02
.github/workflows/AssignReviewers.yml
@@ -18,6 +18,8 @@ jobs:
18
if: github.event.pull_request.draft == false
19
runs-on: ubuntu-latest
20
permissions:
21
+ actions: read
22
+ contents: read
23
pull-requests: write
24
steps:
25
- name: Checkout Pull Request Target
0 commit comments