-
Notifications
You must be signed in to change notification settings - Fork 293
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
Development
: Fix automatic pull request labeler CI action
#7749
Conversation
52b9256
to
791c893
Compare
791c893
to
c8ec013
Compare
Development
: Fix automatic pull request labeler actionDevelopment
: Fix automatic pull request labeler ci action
660d9be
to
eb9a53a
Compare
eb9a53a
to
dcfd1ad
Compare
This reverts commit dcfd1ad.
d1ad4ee
to
c455adb
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.
pull_request_target uses the configuration from the base branch. I used #7779 to test the configuration and it seems to work.
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.
The new changes follow the recommended syntax of the labeler, which looks fully correct: https://github.com/actions/labeler?tab=readme-ov-file#match-object
Therefore approved 👍
Development
: Fix automatic pull request labeler ci actionDevelopment
: Fix automatic pull request labeler CI action
Checklist
General
Motivation and Context
GitHub actions labeller introduced a new format for the configuration file.
https://github.com/actions/labeler/releases/tag/v5.0.0
Description
This PR updates the configuration file for the automatic pull request labeler action to the new format introduced with release 5.
It still fails on this branch since the configuration file from the
develop
branch is always used. I updated the configuration file schema to follow the example in their readme (https://github.com/actions/labeler#basic-examples).Code Review