Skip to content

Commit 2430d1f

Browse files
blakeffacebook-github-bot
authored andcommitted
ci: Fix wording on stale bot for Author Feedback
Summary: Fix wording to make it clear that the issue / PR is marked stale because of inaction. Changelog: [Internal] - Fix wording that was meant to go in on D42531703 (474c0ed) Reviewed By: cortinico Differential Revision: D42547980 fbshipit-source-id: 01e624ae66348d2528fa1f5bbbc2aacb24ddd865
1 parent 8ea1cba commit 2430d1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stale-bot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stale-pr-message: 'This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1818
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
1919
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
20-
stale-versions:
20+
stale-needs-author-feedback:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
issues: write
@@ -28,7 +28,7 @@ jobs:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
any-of-labels: 'Needs: Author Feedback'
3030
days-before-stale: 24
31-
stale-issue-message: 'This issue is stale because it has been open 24 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
32-
stale-pr-message: 'This PR is stale because it has been open 24 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
33-
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
34-
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
31+
stale-issue-message: "This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days."
32+
stale-pr-message: "This PR is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days"
33+
close-issue-message: "This issue was closed because the author hasn't provided the requested feedback after 7 days."
34+
close-pr-message: "This PR was closed because the author hasn't provided the requested feedback after 7 days."

0 commit comments

Comments
 (0)