Skip to content

Commit 14a2132

Browse files
Rexogamerfacebook-github-bot
authored andcommitted
fix: improve the grammar/clarity of the stale bot comments (#52124)
Summary: this PR makes the stale bot messages a bit clearer and fixes a grammatical issue. # Changelog: [INTERNAL] [FIXED] Tweak stale bot messages Pull Request resolved: #52124 Test Plan: N/A Reviewed By: andrewdacenko Differential Revision: D76969503 Pulled By: cortinico fbshipit-source-id: d030a0488b44521f61447e252bae5ded10826dbb
1 parent 4223285 commit 14a2132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
repo-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
1616
days-before-stale: 180
17-
stale-issue-message: 'This issue 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-
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.'
17+
stale-issue-message: 'This issue is stale because it has been open for 180 days with no activity. It will be closed in 7 days unless you comment on it or remove the "Stale" label.'
18+
stale-pr-message: 'This PR is stale because it has been open for 180 days with no activity. It will be closed in 7 days unless you comment on it or remove the "Stale" label.'
1919
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
2020
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
2121
exempt-issue-labels: 'Help Wanted :octocat:, Good first issue, Never gets stale, Issue: Author Provided Repro'

0 commit comments

Comments
 (0)