-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ci: add labeler job to automatically add 'lgtm' label when pull request review is approved #2963
Conversation
…pull request review is approved
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 25 Jul 24 19:45 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
… in the trigger conditions
…st review is approved (langflow-ai#2963) * feat(ci.yml): add labeler job to automatically add 'lgtm' label when pull request review is approved * ci(ci.yml): add dependency on labeler job to ensure it runs before the ci job * chore(ci.yml): remove unnecessary condition for labeler job in CI workflow * refactor(ci.yml): remove unnecessary condition for labeler job in CI workflow * refactor(ci.yml): update CI workflow to include labeled pull requests in the trigger conditions (cherry picked from commit 02a879f)
This pull request adds a new job called "labeler" to the CI workflow. The labeler job is triggered when a pull request review is approved. It automatically adds the 'lgtm' label to the pull request. Additionally, a dependency has been added to ensure that the labeler job runs before the CI job.