summaryrefslogtreecommitdiff
path: root/.github/workflows/stale.yml
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2021-07-13 08:34:56 +1000
committerJames Mills <prologic@shortcircuit.net.au>2021-07-13 08:34:56 +1000
commit02e2aebc49d793fa2100a3504cf8b991d4e384ac (patch)
tree2793ffc8577071add3f45508320cfa0c5175a893 /.github/workflows/stale.yml
parent5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (diff)
Remove Github workflows
Diffstat (limited to '.github/workflows/stale.yml')
-rw-r--r--.github/workflows/stale.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index c77dc20..0000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-name: Mark stale issues and pull requests
-on:
- schedule:
- - cron: "0 0 * * *"
-jobs:
- stale:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/stale@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- stale-issue-message: |-
- This Issue has gone stale and will be closed automatically.
-
- If this is incorrect, please reopen and add the label `on hold`.
-
- Thank you.
- stale-pr-message: |-
- This Pull Request has gone stale and will be closed automatically.
-
- If this is incorrect, please reopen and add the label `on hold`.
-
- Thank you.
- stale-issue-label: 'stale'
- exempt-issue-label: 'on hold'
- stale-pr-label: 'stale'
- exempt-pr-label: 'on hold'