Skip to content

Commit

Permalink
Create lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper authored Mar 8, 2022
1 parent 66da3b0 commit 4e9dcd1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lock closed issue

on:
issues:
types: [closed]

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: OSDKDev/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4e9dcd1

Please sign in to comment.