Skip to content

Commit

Permalink
github: Do not mark issues stale automatically
Browse files Browse the repository at this point in the history
We will be using manual assignment for issues we are waiting for
feedback.

Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Mar 10, 2024
1 parent a44f03f commit be25f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-stale: -1
stale-issue-message: 'This issue appears to be stale. We will automatically close it within 30 days of no more activity recorded.'
stale-pr-message: 'This pull request appear to be stale. We will automatically close it within 60 days of no more activity recorded.'
stale-issue-label: '1 | state: waiting for reporter feedback'
Expand Down

0 comments on commit be25f7b

Please sign in to comment.