From 7e9c6a82dfab28cc97dfe5d5a3a76ac2a575e69a Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 5 Dec 2022 11:20:01 -0300 Subject: [PATCH] chore: delete lock.yml not really that useful, as we rarely have gravediggers... and its too noisy. --- .github/workflows/lock.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/lock.yml diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml deleted file mode 100644 index 9a3f23bdbca..00000000000 --- a/.github/workflows/lock.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: lock-inactive - -on: - schedule: - - cron: '0 * * * *' - -permissions: - contents: read - -jobs: - lock: - permissions: - issues: write # for dessant/lock-threads to lock issues - pull-requests: write # for dessant/lock-threads to lock PRs - runs-on: ubuntu-latest - steps: - - uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 # v4 - with: - github-token: ${{ github.token }} - issue-inactive-days: 30 - pr-inactive-days: 30 - issue-comment: > - This issue has been automatically locked since there - has not been any recent activity after it was closed. - Please open a new issue for related bugs. - pr-comment: > - This pull request has been automatically locked since there - has not been any recent activity after it was closed. - Please open a new issue for related bugs.