mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +00:00
Update close_inactive_issues.yml
This commit is contained in:
42
.github/workflows/close_inactive_issues.yml
vendored
42
.github/workflows/close_inactive_issues.yml
vendored
@ -1,22 +1,22 @@
|
|||||||
name: Close inactive issues
|
# name: Close inactive issues
|
||||||
on:
|
# on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "30 1 * * *"
|
# - cron: "30 1 * * *"
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
close-issues:
|
# close-issues:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
permissions:
|
# permissions:
|
||||||
issues: write
|
# issues: write
|
||||||
pull-requests: write
|
# pull-requests: write
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/stale@v4
|
# - uses: actions/stale@v4
|
||||||
with:
|
# with:
|
||||||
days-before-issue-stale: 30
|
# days-before-issue-stale: 30
|
||||||
days-before-issue-close: 14
|
# days-before-issue-close: 14
|
||||||
stale-issue-label: "stale"
|
# stale-issue-label: "stale"
|
||||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
# stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
||||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
# close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||||
days-before-pr-stale: -1
|
# days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
# days-before-pr-close: -1
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
# repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user