Skip to content

Commit

Permalink
ensure the pr is pointing to the head branch
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Berlette <[email protected]>
  • Loading branch information
nberlette authored Oct 13, 2023
1 parent 14ef1a9 commit fa5eb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/timelapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ jobs:
gh pr create \
-B "main" \
-H "$BRANCH_NAME" \
-t "$PR_TITLE" \
-b "$PR_BODY" \
-l "$PR_LABELS$(printf ',%s' "${PR_LABELS[@]:1}")" \
Expand Down

0 comments on commit fa5eb4d

Please sign in to comment.