Skip to content

Commit

Permalink
Merge pull request rancher#10865 from richard-cox/remove-remaining-zu…
Browse files Browse the repository at this point in the history
…be-labels

Remove remaining references to zube labels
  • Loading branch information
richard-cox authored Apr 24, 2024
2 parents 793f7c6 + e56cd71 commit a5748b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/labeler.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/port-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
fi
additional_cmd+=("--label")
additional_cmd+=("QA/None")
additional_cmd+=("--label")
additional_cmd+=("[zube]: Backlog")
ORIGINAL_LABELS=$(gh issue view -R ${GITHUB_REPOSITORY} ${ORIGINAL_ISSUE_NUMBER} --json labels --jq '.labels[].name' | grep -v '^\[zube\]:' | paste -sd "," -)
if [ -n "$ORIGINAL_LABELS" ]; then
additional_cmd+=("--label")
Expand Down

0 comments on commit a5748b9

Please sign in to comment.