Skip to content

Commit

Permalink
Merge pull request #1 from zvailanu98/main-1
Browse files Browse the repository at this point in the history
Update auto-close-pr.yml
  • Loading branch information
zvailanu98 authored Aug 6, 2023
2 parents 926f7b3 + af482b2 commit 7afcb9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-close-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Auto Close PRs

names: Auto Close PRs
#correct
on:
pull_request_target:
types: [opened, reopened]
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
...context.repo,
pull_number: context.payload.pull_request.number,
state: 'closed'
});
});

0 comments on commit 7afcb9d

Please sign in to comment.