We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cda83 commit ee41b13Copy full SHA for ee41b13
.github/workflows/pull_request-opened.yml
@@ -10,7 +10,7 @@ jobs:
10
notify-greet:
11
runs-on: ubuntu-latest
12
permissions:
13
- pull-requests: write-all
+ pull-requests: write
14
steps:
15
- name: Auto assign
16
uses: actions/github-script@v7
.github/workflows/pull_request.yml
@@ -42,7 +42,7 @@ jobs:
42
43
needs: style_check
44
45
46
if: success()
47
48
- name: Comment success
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
if: failure()
79
80
- name: Comment failure
0 commit comments