← 返回首页
chore(deps): update gitlab/gitlab-ee docker tag to v18.9.2-ee.0 (#3371) · python-gitlab/python-gitlab@a77f0dc · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Lock Closed Issues #237

Workflow file

Lock Closed Issues

Lock Closed Issues #237

Workflow file for this run

This file contains hidden or 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
name: 'Lock Closed Issues'
on:
schedule:
- cron: '0 0 * * 1 '
workflow_dispatch: # For manual cleanup
permissions:
issues: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v6.0.0
with:
process-only: 'issues'