You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentation stating that PR should be created in case action triggered via different mechanism than PR. Mine is working on push on default branch.
I noticed that PR wasn't created. Yet, another branch named changelog-ci-main-1718765670 so I had to write extra step to open the PR and merge it. Yet, outputs doesn't have branch name. only change log content.
Therefore, I had to write an extra git command to get the branch based on pattern given that number of the branch is random
Your Environment
ubuntu-latest
Workflow Run URL (if Public Repository):
(Example: https://github.com/saadmk11/changelog-ci/actions/runs/1350256604) Contents of Your Changelog-CI Workflow File (.yaml File):
Describe the bug
documentation stating that PR should be created in case action triggered via different mechanism than PR. Mine is working on push on default branch.
I noticed that PR wasn't created. Yet, another branch named
changelog-ci-main-1718765670
so I had to write extra step to open the PR and merge it. Yet, outputs doesn't have branch name. only change log content.Therefore, I had to write an extra git command to get the branch based on pattern given that number of the branch is random
Your Environment
ubuntu-latest
Workflow Run URL (if Public Repository):
(Example:
https://github.com/saadmk11/changelog-ci/actions/runs/1350256604
)Contents of Your Changelog-CI Workflow File (.yaml File):
Contents of Changelog-CI Configuration File (If Applicable):
Expected behavior
To open a PR with a title and a body. Or provide newly created branch in output to carry the execution further
Actual behavior
Branch was created and not PR
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: