Skip to content

Commit

Permalink
chore(stalebot): customize PR stale message
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed May 18, 2024
1 parent 95e7b49 commit 772c7da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
days-before-pr-close: ${{ env.STALE_PR_CLOSURE_DAYS }}
exempt-pr-labels: confirmed, dependabot
stale-pr-message: >
This PR is stale because it has not been confirmed or planned by the maintainers
and has been open ${{ env.STALE_PR_WARNING_DAYS }} days with no recent activity.
It will be closed in ${{ env.STALE_PR_CLOSURE_DAYS }} days, if no further
activity occurs. Thank you for your contributions.
This PR is stale because it has not been confirmed or considered ready for merge
by the maintainers but has been open ${{ env.STALE_PR_WARNING_DAYS }} days with
no recent activity. It will be closed in ${{ env.STALE_PR_CLOSURE_DAYS }} days,
if no further activity occurs. Please make sure to add the proper testing, docs,
and descriptions of changes before your PR can be merged. Thank you for your
contributions.
close-pr-message: >
This PR was closed due to lack of activity.
Expand Down

0 comments on commit 772c7da

Please sign in to comment.