From 002c8aaf4142b399bbffc7a8fb8b64aa0c51275e Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Thu, 20 Feb 2025 15:37:06 +0400 Subject: [PATCH] ci: workflow Signed-off-by: Dmitriy Safronov <zimniy@cyberbrain.pw> --- .github/workflows/push-rebase.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml index d86bb96..9533922 100644 --- a/.github/workflows/push-rebase.yaml +++ b/.github/workflows/push-rebase.yaml @@ -11,7 +11,7 @@ jobs: name: Push [rebase] runs-on: ubuntu-latest steps: - - name: "Rebase all users' pull requests on push to the main branch" + - name: "Rebase all users' pull requests on release push to the main branch" uses: peter-evans/rebase@v3.1.0 with: base: main @@ -20,8 +20,7 @@ jobs: no-rebase dependencies if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" - - name: "Rebase all Dependabot's 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 }} - if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" -- GitLab