1
0
mirror of https://github.com/mermaid-js/mermaid.git synced 2025-03-11 07:53:10 +08:00
mermaid/.github/workflows/unlock-reopened-issues.yml
2022-02-10 20:32:21 +01:00

14 lines
240 B
YAML

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 }}"