Skip to content

Commit

Permalink
cli: Remove 'ai assisted' label
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Apr 6, 2024
1 parent b41c1e1 commit 04f2080
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/libexec/pr
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
# If <base> is not passed, it'll be detected automatically in this order of
# priority: develop -> main -> master
#
# A label 'ai assisted' will be added to the PR

set -e

Expand All @@ -25,4 +23,4 @@ fi

git push -u origin HEAD

hub pull-request --browse -b "$base" -l 'ai assisted'
hub pull-request --browse -b "$base"

0 comments on commit 04f2080

Please sign in to comment.