-
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
Dependabot/output doesnot seem to appear#539 #574
Dependabot/output doesnot seem to appear#539 #574
Conversation
src/action.js
Outdated
@@ -138,6 +137,7 @@ ${changedExcludedPackages.join(', ')}. Skipping.`) | |||
|
|||
if (USE_GITHUB_AUTO_MERGE) { | |||
await client.enableAutoMergePullRequest(pr.node_id, MERGE_METHOD) | |||
core.setOutput(MERGE_STATUS_KEY, MERGE_STATUS.merged) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this status is right. Automerge means that GitHub may eventually auto merge this, but not that this has already been merged. Maybe we need a new status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added new merge_status: "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>
Fix: Add Merge status in Auto-merge scenario
Checklist
npm run test
andnpm run benchmark
and the Code of conduct