summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <70992037+syeopite@users.noreply.github.com>2021-10-26 11:26:12 +0000
committerSamantaz Fox <coding@samantaz.fr>2021-10-26 15:31:13 +0200
commit6f19a3a21e52fcb9b0bbdaf3d47a8aebe05481d6 (patch)
tree6ea014261fea0535710b09b56042dc4f8d711477 /.github
parent06be0fb351d5c64db00fe05211a7a7b72605ebf7 (diff)
downloadinvidious-6f19a3a21e52fcb9b0bbdaf3d47a8aebe05481d6.tar.gz
invidious-6f19a3a21e52fcb9b0bbdaf3d47a8aebe05481d6.tar.bz2
invidious-6f19a3a21e52fcb9b0bbdaf3d47a8aebe05481d6.zip
Delete lock.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lock.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml
deleted file mode 100644
index aa9e2b31..00000000
--- a/.github/workflows/lock.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-# Documentation: https://github.com/marketplace/actions/lock-threads
-
-name: 'Lock Threads'
-on:
- workflow_dispatch:
- schedule:
- - cron: "0 */12 * * *"
-
-jobs:
- lock:
- runs-on: ubuntu-latest
- steps:
- - uses: dessant/lock-threads@v2
- with:
- github-token: ${{ github.token }}
- issue-lock-inactive-days: '240'
- pr-lock-inactive-days: '240'
- issue-lock-reason: 'resolved'
- pr-lock-reason: 'resolved'
-
- # issue-lock-comment: 'This issue has been automatically locked since there has not been any activity in it in the last 30 days. If this is still applicable to the current version of Invidious feel free to open a new issue.'
- # pr-lock-comment: 'This pull request has been automatically locked since there has not been any activity in it in the last 30 days. If you want to tell us about needed or wanted changes or if problems related to this code are discovered, feel free to open an issue or a new pull request.'