-
Notifications
You must be signed in to change notification settings - Fork 10
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
(RHEL-30581) fix(github): update format of labeler #81
Conversation
Thanks! I was wondering why this issue was there ... |
It's because you are using Overall, it's not a good practice to use the @pvalena, this can happen again in the future. |
Commit validationTracker - RHEL-30581 The following commits meet all requirements
Tracker validationFailed🔴 Tracker RHEL-30581 has product Success🟢 Tracker RHEL-30581 has been approved Pull Request validationFailed🔴 Review - Missing review from a member Success🟡 CI - Waived |
Since we are using `actions/labeler@main`, its format changed, displaying the following error with every new PR: ``` Run actions/labeler@main The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api Error: Error: found unexpected type for label 'repository' (should be array of config options) Error: found unexpected type for label 'repository' (should be array of config options) ``` (cherry picked from commit de8ac6300d115a05d467dbb6b9a7c2599a2d306f) Related: RHEL-30581
rhel-only Related: RHEL-30581
@pvalena, this PR should fix PR labeler and source-git automation (to check dracut issues instead of systemd and I have also updated the list of supported releases). I'll waive CI, since all the changes will be taken into account only after they are merged. |
Right, LGTM, thanks a lot for looking into this! |
Since we are using
actions/labeler@main
, its format changed, displaying the following error with every new PR:(cherry picked from commit de8ac6300d115a05d467dbb6b9a7c2599a2d306f)