Add Close / Lock actions
This commit is contained in:
parent
c352aeb32e
commit
a73e61078d
4 changed files with 80 additions and 1 deletions
18
.github/workflows/lock-closed.yml
vendored
Normal file
18
.github/workflows/lock-closed.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# lock-closed.yml
|
||||
# Lock closed issues after a period of inactivity
|
||||
#
|
||||
|
||||
name: "Lock closed issue"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: OSDKDev/lock-issues@v1.1
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue