Skip to content

Commit

Permalink
Merge pull request #1757 from davemfish/bugfix/1751-auto-create-pr
Browse files Browse the repository at this point in the history
Fix failed auto-PR from `main` into `release/*`
  • Loading branch information
emilyanndavis authored Jan 30, 2025
2 parents 53f5572 + 6ddc502 commit 6604541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-pr-from-main-into-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
--reviewer "$PR_USERNAME" \
--assignee "$PR_USERNAME" \
--label "auto" \
--title "auto merge main into release/*" \
--body-file $PR_BODY_FILE || ERRORSPRESENT=$(($ERRORSPRESENT | $?))
done
Expand Down

0 comments on commit 6604541

Please sign in to comment.