Skip to content

Commit

Permalink
fix stalebot message config
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent2916 committed Mar 11, 2024
1 parent 9755601 commit 46612a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bounty_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
days-before-pr-stale: 7
days-before-pr-close: 7
only-labels: "bounty"
stale-issue-label: "stale"
stale-issue-message: "This bounty is stale because it has been opened for 7 days with no activity."
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 }}
stale-pr-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."
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46612a5

Please sign in to comment.