From 1ce96419c0234adea654cf0e32dcbbe5b9fedb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 5 Apr 2023 10:14:35 +0100 Subject: [PATCH] fix(actions): correct gh pr args --- .github/workflows/go-maintenance.yml | 2 +- .github/workflows/go-mod-tidy.yml | 2 +- .github/workflows/go-version.yml | 2 +- .github/workflows/node-maintenance.yml | 2 +- .github/workflows/node-version.yml | 2 +- .github/workflows/openapi.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 136062af1..74b25687d 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -45,6 +45,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index 299c5ad4b..100f5d518 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -47,6 +47,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 855312231..a550e183e 100644 --- a/.github/workflows/go-version.yml +++ b/.github/workflows/go-version.yml @@ -41,6 +41,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 140a3ff27..549b76d9e 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -42,6 +42,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 1e13791ba..184f6c276 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -51,6 +51,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 114e254f7..fcc8e3164 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -36,6 +36,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}