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 and mgallien committed Nov 29, 2023
1 parent ffc56f5 commit dbe3d42
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 dbe3d42

Please sign in to comment.