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 for body-template updates #20

Open
HartiganHM opened this issue Jan 13, 2021 · 1 comment
Open

Allow for body-template updates #20

HartiganHM opened this issue Jan 13, 2021 · 1 comment

Comments

@HartiganHM
Copy link

Hey, all!

It would be great to be able to replace a portion of the body description via regex instead of a complete replacement. Right now, I'm working on updating each PR dynamically with a release version which will change each time the PR is updated. This would allow me to find the desired text in the body and update it.

// PR is opened
- Release version: [1.0.3](<link-to-registry>)

// PR is synchronized
- Release version: [1.0.4](<link-to-registry>)

Happy to update this as necessary with more information. Thanks for the awesome GH Action!

@tzkhan
Copy link
Owner

tzkhan commented Jan 20, 2021

Hi @HartiganHM, thanks for the feature suggestion! Being able to replace portions of the PR body sounds pretty handy.

Just so I could better understand the scenario, could you provide a sample config with the intended behaviour you're after.

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