Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9f34ad

Browse files
committed
Trying alternate trigger settings
1 parent cfe6d2b commit c9f34ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/autoclose.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Close Pull Requests
22

3+
permissions:
4+
pull-requests: write
5+
36
on:
47
pull_request_target:
5-
types: [opened]
6-
branches:
7-
- '**/*'
8+
types: [opened, synchronize, reopened]
89

910
jobs:
1011
run:

0 commit comments

Comments
 (0)