Updated lock / unlock actions
This commit is contained in:
parent
a73e61078d
commit
842dea4bd5
4 changed files with 35 additions and 46 deletions
18
.github/workflows/unlock-reopened.yml
vendored
Normal file
18
.github/workflows/unlock-reopened.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# unlock-reopened.yml
|
||||
# Unlock an issue whenever it is re-opened
|
||||
#
|
||||
|
||||
name: "Unlock reopened issue"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [reopened]
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: OSDKDev/unlock-issues@v1.1
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue