Skip to content

Commit

Permalink
Use conventional label in automated PR
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent 35bbb5a commit b3c0aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-blocklist-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git add .
git commit -a -m "${PR_TITLE}"
git push "$REMOTE" "$NEW_BRANCH"

PR_LABEL="default-blocklist-update"
PR_LABEL="enhancement"
if ! gh pr list --state open --label "$PR_LABEL" | grep "${PR_TITLE}" >/dev/null; then
gh pr create --fill \
--title "${PR_TITLE}" \
Expand Down

0 comments on commit b3c0aa8

Please sign in to comment.