nickytonline / epic-actions

Epic GitHub Actions
MIT License
3 stars 0 forks source link

Allow for a custom congratulations template message for the First PR Merged Send Tweet GitHub action #3

Open nickytonline opened 2 years ago

nickytonline commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

As a project maintainer, I want the ability to specify a message template for the First PR Merged Send Tweet GitHub action so that I can customize the congratulations Tweet.

Describe the solution you'd like A clear and concise description of what you want to happen.

For the First PR Merged Send Tweet GitHub action, a project maintainer should be able configure the GitHub action to point to a message template.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

N/A

Additional context Add any other context or screenshots about the feature request here.

This requires #4 to be implemented first.

Discussed in https://github.com/nickytonline/epic-actions/discussions/2

Originally posted by **nickytonline** October 7, 2021 @mtfoley, I thought one of one thing that might be nice. We can have a default template that sends out a pretty good congrats message by default, but folks may want to customize the message, hence a message template. Thoughts?
mtfoley commented 2 years ago

currently implemented in https://github.com/nickytonline/epic-actions/blob/55f26e39999953d686f9fc02924df35aa8207642/tweet-first-merge/action.yml#L16-L27

nickytonline commented 2 years ago

This looks great @mtfoley! As mentioned in DMs, let's use PRs instead of direct commits. I'll update the repo settings.