This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/.github/workflows/lock-closed.yml
2020-06-23 16:54:20 -05:00

19 lines
286 B
YAML

#
# lock-closed.yml
# Lock closed issues after a period of inactivity
#
name: "Lock closed issue"
on:
issues:
types: [closed]
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: OSDKDev/lock-issues@v1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"