1
0
miroir de https://github.com/mermaid-js/mermaid.git synchronisé 2025-11-03 04:14:15 +01:00
Fichiers
mermaid/.github/workflows/unlock-reopened-issues.yml

14 lignes
227 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 }}"