summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-auto-close.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml
deleted file mode 100644
index b189c8843..000000000
--- a/.github/workflows/pr-auto-close.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Auto-Close Pull Requests Circinus
-
-on:
- pull_request_target:
- types:
- - opened
- branches:
- - circinus
-
-permissions:
- pull-requests: write
- contents: read
-
-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: "Pull requests to this branch are not accepted and have been closed automatically."
- github_token: ${{ secrets.PAT }}