ci: add labeler job to automatically add 'lgtm' label when pull request review is approved (#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
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-25 17:12:18 -03:00 committed by GitHub
commit 02a879f330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,9 +17,7 @@ on:
required: false
type: string
pull_request:
types: [synchronize]
pull_request_review:
types: [submitted]
types: [synchronize, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}