We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280ce66 commit 2996209Copy full SHA for 2996209
1 file changed
.github/workflows/auto-close-external-prs.yml
@@ -3,11 +3,10 @@ name: "Auto-Close External PRs"
3
on:
4
pull_request_target:
5
types: [opened]
6
- workflow_dispatch:
7
8
jobs:
9
close-on-open:
10
- if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != github.repository_owner
+ if: github.event.pull_request.user.login != github.repository_owner
11
runs-on: ubuntu-latest
12
permissions:
13
pull-requests: write
0 commit comments