ShreyeshArangath opened a new issue, #1841: URL: https://github.com/apache/auron/issues/1841
**Describe the bug** <!-- A clear and concise description of what the bug is. --> After the upgrade of actions/labeler from v4-> 6, the action started failing with the following error [Bump actions/labeler from 4 to 6 (](https://github.com/apache/auron/commit/050b807fa449ec6e423ccc9c181f944ae6fe829c)https://github.com/apache/auron/pull/1830[)](https://github.com/apache/auron/commit/050b807fa449ec6e423ccc9c181f944ae6fe829c) ``` Run actions/labeler@v6 The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api Error: Error: found unexpected type for label 'infra' (should be array of config options) Error: found unexpected type for label 'infra' (should be array of config options) ``` This is because there were some major API changes made in labeler v6 which is causing this issue. **To Reproduce** Open a PR with labeler v6 **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Pipeline should not fail **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> <img width="838" height="419" alt="Image" src="https://github.com/user-attachments/assets/a9d2f0c6-1eaa-48a1-98e9-8df9466c7f1f" /> **Additional context** <!-- Add any other context about the problem here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
