Commit Graph

10 Commits

Author SHA1 Message Date
Graham McCulloch
6f08f7d124
Add COMMIT_BODY option (#44)
* Add a COMMIT_BODY option

Some GitHub actions can check for specific content in a commit message's body. For example a versionbot that checks for content like `Change-type: patch`.

This change allows the calling workflow to specify a string to use as the commit body. This string will be appended to the commit message, separated by two new lines.

Change-type: minor
Signed-off-by: Graham McCulloch <graham@balena.io>

* Add example of COMMIT_BODY option to README

Change-type: patch
Signed-off-by: Graham McCulloch <graham@balena.io>
2021-05-21 21:42:15 +02:00
BetaHuhn
de5568472f Add branch prefix option #32 2021-04-30 11:12:39 +02:00
Sam
d359236060 Add skip PR option #14
Co-authored-by: BetaHuhn <schiller@mxis.ch>
2021-03-18 17:35:02 +01:00
BetaHuhn
2a4e12705a Check for and overwrite existing PR 2021-03-07 22:26:30 +01:00
BetaHuhn
8c979f6cb4 🩹 Add SKIP_CLEANUP to action.yml 2021-03-07 19:28:45 +01:00
BetaHuhn
524de9c470 🍱 Change actions logo 2021-01-10 17:13:26 +01:00
BetaHuhn
6d6838a992 🔧 Change name 2021-01-10 16:59:11 +01:00
BetaHuhn
bb0c4aac32 🐛 Use Node v12 [skip ci] 2021-01-08 23:38:47 +01:00
BetaHuhn
43bc4e9ba7 💬 Change commit message and PR message 2021-01-08 22:38:09 +01:00
BetaHuhn
1694b0cec6 🎉 Initial commit 2021-01-08 21:47:49 +01:00