Conversation
🦋 Changeset detectedLatest commit: 32d69a5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Docs incoming... |
|
is there something blocking this pr? |
|
@Andarist cold this PR be merged? This is a functionality we'd like to use, too. |
|
Any updates on this? Would like to use this functionality |
|
I know this probably isn't getting merged anytime soon, but I just wanted to mention that, taking a cue from https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs, we probably want the PR to always be set back to a draft when it's updated. So if the versions change it goes back to draft, and if the workflow has Without this, the workflow will get triggered on the first draft -> publish, but not whenever the PR is updated by this action. |
| head: versionBranch, | ||
| title: finalPrTitle, | ||
| body: prBody, | ||
| draft: createPrAsDraft, |
There was a problem hiding this comment.
Should have the same validation when updating the PR in the block below.
Or create a new property for converting back to draft: updatePrConvertToDraft
Closes #257