Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github): update format of labeler
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
- Loading branch information