Skip to content

Commit

Permalink
Create lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Sep 30, 2020
1 parent 5e3aa10 commit 8767781
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,14 @@
name: 'Lock threads'

on:
schedule:
- cron: '0 0 * * *'

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '180'

4 comments on commit 8767781

@Anikff
Copy link

@Anikff Anikff commented on 8767781 Jul 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [ ]

@Anikff
Copy link

@Anikff Anikff commented on 8767781 Jul 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ioanticala22
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yu86⁶

@Ioanticala22
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

35gghj

Please sign in to comment.