Skip to content

Rename label in action.yaml#6

Merged
SurpSG merged 1 commit into
gw-kit:mainfrom
ajax-romaniuk-o:patch-1
Jun 30, 2025
Merged

Rename label in action.yaml#6
SurpSG merged 1 commit into
gw-kit:mainfrom
ajax-romaniuk-o:patch-1

Conversation

@ajax-romaniuk-o

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 25, 2025 07:20

Copilot AI left a comment

Copy link
Copy Markdown

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 renames the coverage suppression label from suppress-delta-coverage to suppress-coverage in the action script.

  • Updated the label string used in the script
  • Ensured the suppressedByLabel check aligns with the new label
Comments suppressed due to low confidence (2)

action.yaml:85

  • Update any references to the old suppress-delta-coverage label in documentation, comments, or workflows (e.g., README, contributing guide, tests) to reflect the new suppress-coverage label.
          const suppressedByLabel = labels.includes('suppress-coverage');

action.yaml:84

  • [nitpick] Consider extracting the label strings (suppress-coverage, suppress-check-failures) into named constants at the top of the script to avoid magic literals and simplify future updates.
          const labels = '${{ steps.fetch-labels.outputs.labels }}';

@SurpSG SurpSG merged commit d070e5a into gw-kit:main Jun 30, 2025
1 check failed
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