Replies: 4 comments 19 replies
-
Hi @jerone! Let me see if I understand the workflow. It's triggered either by pull requests or commits on master, and the
|
Beta Was this translation helpful? Give feedback.
-
Hi @FantasticFiasco. I just found two (small) issues with the current implementation of this template: First, the trailing dot Second, when there is no change, the merge code is still triggered, trying to merge the PR that is linked to the current branch. I don't know (yet) how to resolve this issue. It's not great to have this CI action failing on every push. Is there an output variable available to use in an |
Beta Was this translation helpful? Give feedback.
-
This is not on the rendered page on GitHub right, this is in your editor? What editor are you using?
Not great at all 🤣 I'll look into it, but don't currently have the bandwidth. Possibly the action should return a result, as you've suggested, that can control the flow of the action. |
Beta Was this translation helpful? Give feedback.
-
A bit late, but with the latest release v2.3.0 the action now features outputs, and the auto-merging PR scenario has been updated accordingly. Thanks for binging this issue to my attention! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to run this Github Action only after code changes in the new year. I didn't see that scenario in the readme. After some trial and error I was able to include it in my CI script, which runs on every PR and after every merge to master-branch:
Might be useful for others.
Beta Was this translation helpful? Give feedback.
All reactions