Automatically lock/unlock issues on close/reopen

This commit is contained in:
Nacho
2019-10-01 11:02:26 -04:00
committed by GitHub
parent f149f090a6
commit 4f29f7c3a7
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
name: Unlock reopened issue
on:
issues:
types: [reopened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: Dunning-Kruger/unlock-issues@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"