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

Skip to content

Commit 20024de

Browse files
committed
Update workflow to use LF endings and run on all branches
1 parent 2fff816 commit 20024de

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.github/workflows/autoclose.yaml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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.

0 commit comments

Comments
 (0)