Updated lock / unlock actions

This commit is contained in:
Scott Lahteine
2020-06-30 18:18:58 -05:00
parent a73e61078d
commit 842dea4bd5
4 changed files with 35 additions and 46 deletions

18
.github/workflows/unlock-reopened.yml vendored Normal file
View 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 }}"