We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20024de commit 2459a28Copy full SHA for 2459a28
.github/workflows/autoclose.yaml
@@ -3,7 +3,8 @@ name: Close Pull Requests
3
on:
4
pull_request_target:
5
types: [opened]
6
- branches: [*]
+ branches:
7
+ - '**'
8
9
jobs:
10
run:
0 commit comments