Commit Graph

17 Commits

Author SHA1 Message Date
BetaHuhn
65a0234f8c Request PR review from users and teams (#162) 2022-02-08 15:02:33 +01:00
Xan Johnson
80e77fd377
Add fork workflow functionality (#135)
Implements #133 

Co-authored-by: Maximilian Schiller <schiller@mxis.ch>
2021-12-11 14:02:57 +01:00
BetaHuhn
f9fdef0e54 Save the PR URLs in the pull_request_urls output (#121) 2021-10-16 17:04:01 +02:00
Steffen Kötte
8c50c0d781
Add COMMIT_AS_PR_TITLE option (#115)
Fixes #103
2021-09-27 16:21:13 +02:00
Steffen Kötte
c03c7b0708
Add option to use original commit message (#96)
Fixes discussion #13
2021-09-04 15:17:51 +02:00
Steffen Kötte
4e6eff1c24
Add option to provide an installation token instead of a PAT (#91)
* Add option to provide an installation token instead of a PAT
2021-08-30 14:36:35 +02:00
Dhruv Bhanushali
d91066962a
Add PR_BODY option (#80)
This commit adds a PR body input to the action, that can be used to add additional text to the PR description. This is useful when trying the explain more about the PR such as the cause behind its creation and how the future changes will lead to a forced push instead of a new PR.

Originally discussed in #78.

* Add a PR body input for the action

* Add the `PR_BODY` variable to the context

* Use `PR_BODY` in the PR body

* Replace array with string

* Move the PR body aboved the changed files
2021-08-11 22:51:41 +02:00
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