Skip to content

Commit

Permalink
Update auto-close-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinexe authored Sep 29, 2023
1 parent 2541927 commit 668db0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-close-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ permissions:
pull-requests: write
issues: write

on:
pull_request_target:
types: [opened, reopened]
# on:
# pull_request_target:
# types: [opened, reopened]

jobs:
check_pr:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
...context.repo,
pull_number: context.payload.pull_request.number,
state: 'closed'
});
});

0 comments on commit 668db0c

Please sign in to comment.