Skip to content

Commit

Permalink
Create pr-autoclose-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever authored Oct 15, 2024
1 parent 0392833 commit 8e395f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-autoclose-v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Close Pull Request

on:
pull_request:
branches:
- sagitta

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "We do not accept PRs. If you have any questions, please feel free to contact us."

0 comments on commit 8e395f7

Please sign in to comment.