mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
91e1866d1a
Bumps [Dunning-Kruger/lock-issues](https://github.com/Dunning-Kruger/lock-issues) from v1 to v1.1. - [Release notes](https://github.com/Dunning-Kruger/lock-issues/releases) - [Commits](https://github.com/Dunning-Kruger/lock-issues/compare/v1...2372e7b39b61a49bb1980dbd3544837d7d40f01d) Signed-off-by: dependabot[bot] <support@github.com>
14 lines
221 B
YAML
14 lines
221 B
YAML
name: Lock closed issue
|
|
|
|
on:
|
|
issues:
|
|
types: [closed]
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: Dunning-Kruger/lock-issues@v1.1
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|