forked from ycm-core/YouCompleteMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock closed issues older than 60 days
- Loading branch information
1 parent
ee7f9b6
commit 37eaee7
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: "Lock Old Issues" | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
lock: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/lock-threads@v2 | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: '60' | ||
# issue-exclude-created-before: '' | ||
# issue-exclude-labels: '' | ||
# issue-lock-labels: '' | ||
# issue-lock-comment: '' | ||
# issue-lock-reason: 'resolved' | ||
# pr-lock-inactive-days: '365' | ||
# pr-exclude-created-before: '' | ||
# pr-exclude-labels: '' | ||
# pr-lock-labels: '' | ||
# pr-lock-comment: '' | ||
# pr-lock-reason: 'resolved' | ||
process-only: 'issues' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters