Skip to content

Commit 95b8702

Browse files
chore(github): do not close issues as stale when they are external bugs (#30915)
Ionitron keeps closing issues with `bug: external` as stale: #27052 (comment) This PRs adds `bug: external` as an exempt label when closing issues as stale. Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
1 parent ab733b7 commit 95b8702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ionic-issue-bot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ comment:
4040
4141
4242
If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment.
43-
43+
4444
4545
The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature.
4646
@@ -83,6 +83,7 @@ stale:
8383
exemptLabels:
8484
- "good first issue"
8585
- "triage"
86+
- "bug: external"
8687
- "type: bug"
8788
- "type: feature request"
8889
- "needs: investigation"

0 commit comments

Comments
 (0)