mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
fix stalebot message config
This commit is contained in:
parent
975560165c
commit
46612a5138
5
.github/workflows/bounty_stale.yml
vendored
5
.github/workflows/bounty_stale.yml
vendored
|
@ -16,7 +16,6 @@ jobs:
|
||||||
days-before-pr-stale: 7
|
days-before-pr-stale: 7
|
||||||
days-before-pr-close: 7
|
days-before-pr-close: 7
|
||||||
only-labels: "bounty"
|
only-labels: "bounty"
|
||||||
stale-issue-label: "stale"
|
stale-pr-message: "This bounty is stale because it has been opened for 7 days with no activity."
|
||||||
stale-issue-message: "This bounty is stale because it has been opened for 7 days with no activity."
|
close-pr-message: "This bounty was closed because it has been inactive for 7 days since being marked as stale."
|
||||||
close-issue-message: "This bounty was closed because it has been inactive for 7 days since being marked as stale."
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue