1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-25 15:16:13 +02:00

chore: delete lock threads action

it has not been working for a while, didn't miss it
This commit is contained in:
Carlos Alexandro Becker 2022-12-12 09:39:31 -03:00 committed by GitHub
parent 1a8876e8bc
commit 4551ecf493
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +0,0 @@
name: lock-inactive
on:
push:
branches:
- 'main'
schedule:
- cron: '0 * * * *'
permissions:
contents: read
issues: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 30
pr-lock-inactive-days: 30
issue-lock-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-lock-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.