From 2a0be8e2237e4ae748ef08e23854f0377da62551 Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:45:41 +0900 Subject: [PATCH] chore: sync files (#238) Signed-off-by: GitHub Co-authored-by: github-actions --- .github/stale.yml | 2 +- .github/workflows/pre-commit-optional.yaml | 3 +++ .github/workflows/sync-files.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 84928d1b..bc99e438 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,7 +4,7 @@ daysUntilClose: false # Label to use when marking as stale -staleLabel: stale +staleLabel: status:stale # Comment to post when marking as stale markComment: > diff --git a/.github/workflows/pre-commit-optional.yaml b/.github/workflows/pre-commit-optional.yaml index 09e23b10..38738196 100644 --- a/.github/workflows/pre-commit-optional.yaml +++ b/.github/workflows/pre-commit-optional.yaml @@ -9,8 +9,11 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Run pre-commit uses: autowarefoundation/autoware-github-actions/pre-commit@v1 with: pre-commit-config: .pre-commit-config-optional.yaml + base-branch: origin/${{ github.base_ref }} diff --git a/.github/workflows/sync-files.yaml b/.github/workflows/sync-files.yaml index c15244a3..51e523b8 100644 --- a/.github/workflows/sync-files.yaml +++ b/.github/workflows/sync-files.yaml @@ -28,6 +28,6 @@ jobs: with: token: ${{ steps.generate-token.outputs.token }} pr-labels: | - bot - sync-files + tag:bot + tag:sync-files auto-merge-method: squash