2019-10-01 11:02:26 -04:00
|
|
|
name: Lock closed issue
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [closed]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
triage:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-04-25 08:43:12 +00:00
|
|
|
- uses: Dunning-Kruger/lock-issues@v1.1
|
2019-10-01 11:02:26 -04:00
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|