Skip to content

Commit

Permalink
ci: Ignore devbox update PRs in release notes (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Feb 13, 2024
1 parent 04204c7 commit 2bf9a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devbox-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
run: |
pr_url="$(gh pr create --base "${{ github.ref_name }}" --head "${DESTINATION_BRANCH}" \
--title "${{ steps.commit-changes.outputs.message }}" \
--body "This PR was automatically created by the scheduled devbox update workflow.")"
--body "This PR was automatically created by the scheduled devbox update workflow." \
--label ignore-for-release)"
gh pr merge --auto --squash "${pr_url}"
echo "pr_url=${pr_url}" >>"${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 2bf9a3e

Please sign in to comment.