Skip to content

Commit 94d3d73

Browse files
authored
chore(ci): fix AutoApprove for discogen (#1981)
1 parent 98b3073 commit 94d3d73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/autoapprove.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ on:
77
types:
88
- opened
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
auto-approve:
1216
runs-on: ubuntu-latest
13-
if: contains(github.head_ref, 'autosynth')
17+
if: contains(github.head_ref, 'discogen')
1418
env:
1519
ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }}
1620
steps:

0 commit comments

Comments
 (0)