File tree 1 file changed +18
-17
lines changed
Filter options
1 file changed +18
-17
lines changed
Original file line number Diff line number Diff line change 1
- name : Close Pull Requests
2
-
3
- on :
4
- pull_request_target :
5
- types : [opened]
6
-
7
- jobs :
8
- run :
9
- runs-on : ubuntu-latest
10
- steps :
11
- # Pin to commit hash to avoid surprises via the action
12
- - uses : superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448
13
- with :
14
- comment : |
15
- We do not accept PRs on this repository. Please file an issue at
16
- https://github.com/python/cpython requesting an update to the
17
- source packages in this repository.
1
+ name : Close Pull Requests
2
+
3
+ on :
4
+ pull_request_target :
5
+ types : [opened]
6
+ branches : [*]
7
+
8
+ jobs :
9
+ run :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ # Pin to commit hash to avoid surprises via the action
13
+ - uses : superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448
14
+ with :
15
+ comment : |
16
+ We do not accept PRs on this repository. Please file an issue at
17
+ https://github.com/python/cpython requesting an update to the
18
+ source packages in this repository.
You can’t perform that action at this time.
0 commit comments