Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
35a957f5
Unverified
Commit
35a957f5
authored
4 years ago
by
Michael Kriese
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: switch lock app to action (#8022)
parent
99334cc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/lock.yml
+0
-15
0 additions, 15 deletions
.github/lock.yml
.github/workflows/lock.yml
+20
-0
20 additions, 0 deletions
.github/workflows/lock.yml
with
20 additions
and
15 deletions
.github/lock.yml
deleted
100644 → 0
+
0
−
15
View file @
99334cc7
# Github Lock App configuration
# https://github.com/apps/lock
# Do not comment on very old issues / prs
lockComment
:
false
# Only process issues / prs older than 2 years
daysUntilLock
:
730
# Assign `resolved` as the reason for locking.
setLockReason
:
true
# other config
skipCreatedBefore
:
false
lockLabel
:
false
This diff is collapsed.
Click to expand it.
.github/workflows/lock.yml
0 → 100644
+
20
−
0
View file @
35a957f5
name
:
lock-threads
on
:
# run daily
schedule
:
-
cron
:
'
0
0
*
*
*'
# allow manual trigger
workflow_dispatch
:
jobs
:
lock
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
dessant/lock-threads@v2.0.1
if
:
github.repository == 'renovatebot/renovate'
with
:
github-token
:
${{ github.token }}
issue-lock-inactive-days
:
730
pr-lock-inactive-days
:
730
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment