mermaid/.github/workflows/unlock-reopened-issues.yml

14 lines
245 B
YAML
Raw Normal View History

2022-02-10 20:32:21 +01:00
name: Unlock reopened issue
2022-09-04 21:30:47 +02:00
on:
2022-02-10 20:32:21 +01:00
issues:
types: [reopened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
2022-09-04 21:30:47 +02:00
- uses: Dunning-Kruger/unlock-issues@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'