From 5f1f8c36a8535a5e9a98e5a49e7dcab546bfb7b1 Mon Sep 17 00:00:00 2001 From: dmitriysafronov <dmitriysafronov@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:41:47 +0000 Subject: [PATCH] ci: update from template Signed-off-by: dmitriysafronov <dmitriysafronov@users.noreply.github.com> --- .github/workflows/push-rebase.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml index 224d4fa..48a50ba 100644 --- a/.github/workflows/push-rebase.yaml +++ b/.github/workflows/push-rebase.yaml @@ -11,7 +11,11 @@ jobs: name: Push [rebase] runs-on: ubuntu-latest steps: - - name: Rebase all pull requests on push to the main branch + - name: "Rebase all Dependabot's pull requests on every push to the main branch" + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.92 + env: + GITHUB_TOKEN: ${{ secrets.PAT }} + - name: "Rebase all users' pull requests on release push to the main branch" uses: peter-evans/rebase@v3.1.0 with: base: main -- GitLab