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 3, 2024
1 parent 0323494 commit 84c34fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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 @@ -24,5 +22,3 @@ if [ -z "$base" ]; then
fi

git push -u origin HEAD

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

0 comments on commit 84c34fe

Please sign in to comment.