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

19 lines
286 B
YAML
Raw Normal View History

2020-06-23 23:44:20 +02:00
#
# 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 }}"