-
Notifications
You must be signed in to change notification settings - Fork 83
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
add workflow to label cherry-pick versions on Pre-Commit-CI PRs #1027
add workflow to label cherry-pick versions on Pre-Commit-CI PRs #1027
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1027 +/- ##
=======================================
Coverage 92.03% 92.03%
=======================================
Files 6 6
Lines 3052 3052
=======================================
Hits 2809 2809
Misses 243 243 ☔ View full report in Codecov by Sentry. |
This pull request has not been updated in the past 45 days. |
This pull request has not been updated in the past 45 days. |
7ec0374
to
08df69c
Compare
08df69c
to
12878b0
Compare
12878b0
to
8e81c5c
Compare
8e81c5c
to
6403642
Compare
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.
ACK pending comment!
runs-on: ubuntu-latest | ||
if: github.actor == 'pre-commit-bot' | ||
steps: | ||
- name: Checkout code |
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.
We dont need to checkout for this Action! Please remove it !
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.
Ahh for labels.yaml we need it!
This pull request has not been updated in the past 45 days. |
This pull request is now being closed after stale warnings. |
Description of changes:
This pull request introduces a GitHub Actions workflow that automatically adds cherry-pick version labels to PRs created by the pre-commit-bot. The labels include supported versions, such as '6.14.z,' '6.13.z,' and '6.12.z.'
This is required because we should not miss cherrypicking cause the issue of failure later, this will provide for stabilization
Tested with:
https://github.com/omkarkhatavkar/robottelo/actions/runs/8046870508/job/21974978603?pr=217