You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: .github/workflows/stale-bot.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ jobs:
17
17
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.'
18
18
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
19
19
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:
21
21
runs-on: ubuntu-latest
22
22
permissions:
23
23
issues: write
@@ -28,7 +28,7 @@ jobs:
28
28
repo-token: ${{ secrets.GITHUB_TOKEN }}
29
29
any-of-labels: 'Needs: Author Feedback'
30
30
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