Skip to content

Commit

Permalink
[Backport v1.x] Add a more helpful summary to automated backport PRs (#…
Browse files Browse the repository at this point in the history
…238)

## Summary

This is an automated backport of
9c8a9d4 from #237 to **v1.x**. It was
created because a maintainer labeled #237 with the <kbd>[backport
v1.x](https://github.com/inngest/inngest-js/labels/backport%20v1.x)</kbd>
label.

When this PR is merged, it will create a PR to release **v1.x** if a
changeset is found.

## Related

- #237

Co-authored-by: Jack Williams <jack@inngest.com>
  • Loading branch information
inngest-release-bot and jpwilliams committed Jun 12, 2023
1 parent 9c3458f commit 8381746
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
- uses: tibdex/backport@v2
with:
github_token: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
body_template: |-
## Summary
This is an automated backport of <%= mergeCommitSha %> from #<%= number %> to **<%= base %>**. It was created because a maintainer labeled #<%= number %> with the <kbd>[backport <%= base %>](https://github.com/inngest/inngest-js/labels/backport%20<%= base %>)</kbd> label.
When this PR is merged, it will create a PR to release **<%= base %>** if a changeset is found.
## Related
- #<%= number %>

0 comments on commit 8381746

Please sign in to comment.