Skip to content

Commit

Permalink
Update stale.yml: Unify "needs info" handling
Browse files Browse the repository at this point in the history
Unifies stale handling of bug tagged Issues with other Nextcloud repos (e.g. server and android).

Signed-off-by: Josh Richards <[email protected]>
  • Loading branch information
joshtrichards authored Nov 27, 2023
1 parent 6b66b38 commit 95c2e39
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 @@ -13,7 +13,7 @@ jobs:
days-before-stale: 28
days-before-close: 14
days-before-pr-close: -1
only-labels: 'bug'
only-labels: 'bug,need info'
exempt-issue-labels: 'approved'
stale-issue-message: 'This bug report did not receive an update in the last 4 weeks.
Please take a look again and update the issue with new details,
Expand Down

0 comments on commit 95c2e39

Please sign in to comment.