diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c4e608f39..8f47c6dbc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,6 +230,8 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_METHOD: "squash" + # separate `automerge` job for dependabot as it doesn't need label job + # labeling is done by dependabot itself auto-merge-dependabot: name: Auto merge dependabot # only for PRs by dependabot