-
Notifications
You must be signed in to change notification settings - Fork 113
Update skip condition for PR checklist workflow #9817
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
Conversation
Signed-off-by: sk593 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9817 +/- ##
==========================================
+ Coverage 49.21% 49.24% +0.03%
==========================================
Files 634 634
Lines 48518 48565 +47
==========================================
+ Hits 23876 23915 +39
- Misses 22816 22820 +4
- Partials 1826 1830 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
The PR checklist workflow should be skipped on PRs opened by dependabot. However, this is not happening likely due to the conditional. This PR updates the conditional to check the author of the PR. A working run of the workflow can be seen here : https://github.com/radius-project/radius/actions/runs/15621471185/job/44007105593?pr=9813
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: