mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
14 lines
219 B
YAML
14 lines
219 B
YAML
|
name: Lock closed issue
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [closed]
|
||
|
|
||
|
jobs:
|
||
|
triage:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: Dunning-Kruger/lock-issues@v1
|
||
|
with:
|
||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|