Skip to content

Commit

Permalink
Fix lockbot (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Oct 5, 2021
1 parent 22a3de2 commit 6a28f52
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
- name: Lock Threads
uses: dessant/[email protected]
name: "Lock Threads"

on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
issue-inactive-days: "365"
issue-lock-reason: "resolved"
pr-inactive-days: "365"
pr-lock-reason: "resolved"

0 comments on commit 6a28f52

Please sign in to comment.