小草林(田梓萱)
90db12dfc0
Some checks failed
Lock closed issues/PRs / lock (push) Has been cancelled
Test / Sentry self-hosted end-to-end tests (push) Has been cancelled
Test / unit tests (push) Has been cancelled
Test / Sentry upgrade test (push) Has been cancelled
Test / integration test v2.19.0 - customizations disabled (push) Has been cancelled
Test / integration test v2.19.0 - customizations enabled (push) Has been cancelled
Test / integration test v2.26.0 - customizations disabled (push) Has been cancelled
Test / integration test v2.26.0 - customizations enabled (push) Has been cancelled
Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top>
18 lines
444 B
YAML
18 lines
444 B
YAML
name: 'Lock closed issues/PRs'
|
|
on:
|
|
schedule:
|
|
- cron: '11 3 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
lock:
|
|
if: github.repository_owner == 'getsentry'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: getsentry/forked-action-lock-threads@master
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-lock-inactive-days: 15
|
|
issue-lock-reason: ''
|
|
pr-lock-inactive-days: 15
|
|
pr-lock-reason: ''
|