Skip to content
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

CLOUDP-299258 Remove apix-bot from coverage comment #3670

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,9 @@ jobs:
echo "| | Difference | ${diff}% |"
} > comment.md
cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@v5
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- name: Comment PR
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
recreate: true
path: comment.md
- name: Check coverage threshold
Expand Down
Loading