From bb83787f0c499ac7806e48f08266acfe1bd97f39 Mon Sep 17 00:00:00 2001 From: N6REJ Date: Thu, 26 Sep 2024 23:04:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/auto-merge.yml'=20with=20remote=20'.github/workflows/auto-m?= =?UTF-8?q?erge.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-merge.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index cf75c35..893b7fe 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,14 +1,14 @@ -name: auto-merge - -on: - pull_request: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3.5.3 - - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 - with: - target: minor - github-token: ${{ secrets.mytoken }} +name: auto-merge + +on: + pull_request: + +jobs: + auto-merge: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.2.0 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 + with: + target: minor + github-token: ${{ secrets.mytoken }}