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
One thing I notice is that in your example inputs are lower case, whereas the action defines them as upper case, e.g. GITHUB_TOKEN instead of github_token. While most actions these days uses lower case names for inputs, this actions has been developed in early days of GitHub Actions when the guidelines weren't so clear. We might address that in the future, but for the time being, could you try upper case, as documented?
@merlinnot Thanks for the tip. I had this as github-token before and when I changed it to github_token the Action didn't complain about it, so I could try this.
I ended up creating a separate YAML file that focused on performing the merge and that seems to have resolved the issue. Is it not intended to be put at the bottom of a YAML file like this?
How would you describe the issue?
Attempting to perform an auto-merge, the step fails unexpectedly
How can we reproduce the issue?
Add this to the end of a build and packaging YAML file:
What are the expected results?
Error is produced (log below)
What are the actual results?
Merge should complete successfully
How much does it hurt?
Quite a lot, mostly because the feedback loop is pretty massive.
Here is the log output:
The text was updated successfully, but these errors were encountered: