Skip to content

Commit be25f7b

Browse files
committed
github: Do not mark issues stale automatically
We will be using manual assignment for issues we are waiting for feedback. Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent a44f03f commit be25f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/stale@v5
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
days-before-stale: 14
24+
days-before-stale: -1
2525
stale-issue-message: 'This issue appears to be stale. We will automatically close it within 30 days of no more activity recorded.'
2626
stale-pr-message: 'This pull request appear to be stale. We will automatically close it within 60 days of no more activity recorded.'
2727
stale-issue-label: '1 | state: waiting for reporter feedback'

0 commit comments

Comments
 (0)