From 33c62957f940808edd556582240167bff12381cc Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 11:14:26 +0900 Subject: [PATCH] chore: sync files (#685) Signed-off-by: GitHub Co-authored-by: kenji-miyake --- .github/dependabot.yaml | 3 +++ .github/workflows/sync-files.yaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9a2fbd7542dad..3f3bf243f639d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,3 +5,6 @@ updates: schedule: interval: daily open-pull-requests-limit: 1 + labels: + - bot + - github-actions diff --git a/.github/workflows/sync-files.yaml b/.github/workflows/sync-files.yaml index 32f4613f6de7a..69ef19c684c69 100644 --- a/.github/workflows/sync-files.yaml +++ b/.github/workflows/sync-files.yaml @@ -20,3 +20,7 @@ jobs: uses: autowarefoundation/autoware-github-actions/sync-files@v1 with: token: ${{ steps.generate-token.outputs.token }} + pr-labels: | + bot + sync-files + auto-merge-method: squash