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:
parent
d33e4981e0
commit
02a879f330
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue