mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 11:57:12 +02:00
Update close-issue.yml
This commit is contained in:
parent
dda807d818
commit
785dd12730
8
.github/workflows/close-issue.yml
vendored
8
.github/workflows/close-issue.yml
vendored
@ -19,11 +19,11 @@ jobs:
|
|||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
|
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 7 # Issues become stale after 7 days
|
||||||
days-before-issue-close: 15
|
days-before-issue-close: 15 # Issues close 15 days after being marked stale
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
close-issue-message: "This issue was closed because it has been inactive for 15 days since being marked as stale."
|
close-issue-message: "This issue was closed because it has been inactive for 15 days since being marked as stale."
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1 # PRs are not handled
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1 # PRs are not handled
|
||||||
operations-per-run: 10000
|
operations-per-run: 10000
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user