Skip to content

Commit

Permalink
Ticket label can be assigned directly on the ticket creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed Nov 8, 2024
1 parent 8288301 commit 26d2701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release-manager-scripts/bom-release-issue-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ issueNumber=$(gh api \
-f "labels[]=release" \
--jq ".number")
echo $issueNumber
# gh issue edit $issueNumber --add-label "release" --repo jenkinsci/bom
gh issue pin $issueNumber --repo jenkinsci/bom
gh issue view $issueNumber --web --repo jenkinsci/bom

0 comments on commit 26d2701

Please sign in to comment.