Skip to content

Commit 02ae3e7

Browse files
committed
Fix the workflow
1 parent 42751b8 commit 02ae3e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
pull_request:
55

66
permissions:
7-
id-token: write
87
contents: write
98
pull-requests: write
10-
checks: write
119

1210
jobs:
13-
pull-request-auto-merge:
11+
auto-merge:
12+
if: github.event.pull_request.draft == false
13+
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)