Skip to content

fix: remove comment #393

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

Merged
merged 2 commits into from
Jul 23, 2025
Merged

fix: remove comment #393

merged 2 commits into from
Jul 23, 2025

Conversation

blva
Copy link
Collaborator

@blva blva commented Jul 23, 2025

Changes

  • Comment on issue only if it succeeds and remove comment

Checklist

@blva blva marked this pull request as ready for review July 23, 2025 14:03
@Copilot Copilot AI review requested due to automatic review settings July 23, 2025 14:03
@blva blva requested a review from a team as a code owner July 23, 2025 14:03
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the GitHub Actions workflow for JIRA issue creation by removing an unnecessary comment and adding a conditional check to prevent commenting on failed JIRA issue creation attempts.

  • Removes a comment about assigned teams custom field IDs
  • Adds conditional execution to the "Add comment" step to only run when JIRA issue creation succeeds

@coveralls
Copy link
Collaborator

coveralls commented Jul 23, 2025

Pull Request Test Coverage Report for Build 16472856155

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.442%

Totals Coverage Status
Change from base Build 16469621608: 0.0%
Covered Lines: 3107
Relevant Lines: 3825

💛 - Coveralls

@blva blva enabled auto-merge (squash) July 23, 2025 14:36
@@ -48,6 +47,7 @@ jobs:
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"

- name: Add comment
if: steps.create.outputs.issue-key
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will never be empty

Suggested change
if: steps.create.outputs.issue-key

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats the value here #358 (comment)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the bug, will fix it in https://github.com/mongodb/apix-action

@blva blva merged commit a6bb0fc into main Jul 23, 2025
19 checks passed
@blva blva deleted the jira-fix branch July 23, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants