Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to pass enablepullrequestautomergeinput.commitBody to the request #200

Open
jurijzahn8019 opened this issue Jun 2, 2022 · 1 comment
Assignees

Comments

@jurijzahn8019
Copy link

Hi there!

I woule like to have an input allowing to define commitBody for merge commit.

for example:

uses: alexwilson/[email protected]
with:
  github-token: "${{ secrets.GITHUB_TOKEN }}"
  merge-method: SQUASH
  commit-body: ${{ github.event.pull_request.body }}

or maybe as boolean, taking pr body automatically.

This will allow use case where commit must include contents of PR Body for further
Changelog automations on repos.

Corresponding docs: https://docs.github.com/en/graphql/reference/input-objects#enablepullrequestautomergeinput

Thanks :)

@alexwilson
Copy link
Owner

sorry - missed this. is this still something you're after @jurijzahn8019?

@alexwilson alexwilson self-assigned this Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants