-
Notifications
You must be signed in to change notification settings - Fork 106
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
refactor(Cross): [IOAPPX-466] replace peter-evans
action with gh
#6627
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6627 +/- ##
=======================================
Coverage 49.54% 49.54%
=======================================
Files 1547 1547
Lines 32174 32174
Branches 7236 7237 +1
=======================================
Hits 15941 15941
Misses 16195 16195
Partials 38 38 Continue to review full report in Codecov by Sentry.
|
gh
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
Short description
This PR replaces community action to manipulate PR comments by leveraging the use of
gh
in PR title check workflows.It uses a safe way to handle the title inside a bash script, avoiding injections from the PR Title.
How to test
Try to change the PR title to see the workflows in action in different scenarios.