Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20024de

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

File tree

1 file changed

+18
-17
lines changed
Filter options

1 file changed

+18
-17
lines changed

‎.github/workflows/autoclose.yaml

Copy file name to clipboard
+18-17Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.