-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix: merge status output not working #571
Conversation
4bc164b
to
1eb63b6
Compare
1eb63b6
to
896797a
Compare
* 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
@climba03003 @Fdawgs could use a review here please |
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.
LGTM after resolving conflicts
action.yml
Outdated
@@ -53,6 +58,7 @@ runs: | |||
skip-verification : ${{ inputs.skip-verification }} | |||
- name: Merge/approve PR | |||
uses: actions/github-script@v7 | |||
id: main |
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.
id: main | |
id: approver |
action.yml
Outdated
outputs: | ||
merge_status: | ||
description: "Merge status" | ||
value: ${{ steps.main.outputs.merge_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.
value: ${{ steps.main.outputs.merge_status }} | |
value: ${{ steps.approver.outputs.merge_status }} |
Fixes #539. Basically there were issues:
Checklist
npm run test
andnpm run benchmark
and the Code of conduct