Skip to content

Commit 178477b

Browse files
committed
Improve GitHub stuff
- Add more events to the issue interceptor - Reduce issue label
1 parent 0084bff commit 178477b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Bug Report
33
about: Create a report to help us improve
4-
labels: suspect
54
---
65

76
<!-- NOTE: Please maintain all sections, otherwise the issue will be automatically closed :) -->

.github/workflows/issue-pr-interceptor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "Intercept bad issue/PRs"
22

33
on:
44
issues:
5-
types: [opened]
5+
types: [opened, reopened]
66
pull_request:
7-
types: [opened]
7+
types: [opened, reopened]
88

99
jobs:
1010
autoclose:

0 commit comments

Comments
 (0)