Skip to content

Commit 7c526fe

Browse files
committed
fix(ci): disallow BLOCK team issues
1 parent 618f27d commit 7c526fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, edited, synchronize]
66

77
env:
8-
VALID_ISSUE_PREFIXES: "CNCT|DASH|BLOCK"
8+
VALID_ISSUE_PREFIXES: "CNCT|DASH"
99

1010
jobs:
1111
linear:

0 commit comments

Comments
 (0)