Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use github action instead of bot #33718

Merged
merged 5 commits into from Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/lock.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,22 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
balazsorban44 marked this conversation as resolved.
Show resolved Hide resolved
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
issue-inactive-days: 30
issue-comment: 'This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.'
balazsorban44 marked this conversation as resolved.
Show resolved Hide resolved
pr-inactive-days: 30