We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672ed1e commit eeaaae1Copy full SHA for eeaaae1
.github/workflows/remove-labels-on-issue-close.yaml
@@ -19,7 +19,7 @@ jobs:
19
id: data
20
run: |
21
# Convert labels to array and filter out type: labels
22
- LABELS_TO_REMOVE=($(echo "$EXISTING_LABELS" | jq -r '.[] | select(startswith("type:") or startswith("port:") or startswith("priority:") or . == "regression" | not)'))
+ LABELS_TO_REMOVE=($(echo "$EXISTING_LABELS" | jq -r '.[] | select(startswith("type:") or startswith("port:") or startswith("priority:") or . == "regression" or . == "stat:imported" | not)'))
23
24
# Only proceed if we have labels to remove
25
if [ ${#LABELS_TO_REMOVE[@]} -gt 0 ]; then
0 commit comments