-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output does not seem to appear #539
Comments
In case someone stumbles across this because they have the same use case as me where they want to auto merge some PRs and assign a reviewer to others a better approach is to simply use GH Actions built in functionality for this instead of using this action. It's possible to extract the metadata and then simply assign the PR based on the status of that job. Here's some official docs from GH on how to do it: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request |
* Fixes dependabot/output-doesnot-seem-to-appear#539 * #539 adding random merge status key to verify * #539 adding random merge status keys * #539 removed log messages. Added workflow id to workflow * #539 added workflow id to action yaml * #539 removed unneeded changes in action yaml file * fix #539 added new merge status for auto merge
* fix: merge status output not working * Dependabot/output doesnot seem to appear#539 (#574) * Fixes dependabot/output-doesnot-seem-to-appear#539 * #539 adding random merge status key to verify * #539 adding random merge status keys * #539 removed log messages. Added workflow id to workflow * #539 added workflow id to action yaml * #539 removed unneeded changes in action yaml file * fix #539 added new merge status for auto merge * #539 added testcase for auto merge (#576) * chore: rename main to approver in workflow --------- Co-authored-by: Phanindra Neralla <158252118+PhanindraNeralla@users.noreply.github.com>
🎉 This issue has been resolved in version 3.10.1 🎉 The release is available on: Your optic bot 📦🚀 |
Prerequisites
Fastify version
N/A
Plugin version
N/A
Node.js version
N/A
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
ubuntu-latest
Description
The output does not seem to be populated properly. The debug logs in Github actions imply that it's being set, however printing all outputs from the step shows nothing. This is the log from the start of
github-action-merge-dependabot
to the end of theecho
step:Log
Steps to Reproduce
Given the following Github Actions definition:
Expected Behavior
I would expect
steps.auto_merge.outputs.merge_status
to have the merge status, but it's empty.The text was updated successfully, but these errors were encountered: