Skip to content
Snippets Groups Projects
Commit 002c8aaf authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

ci: workflow

parent 74347e81
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
name: Push [rebase] name: Push [rebase]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 uses: peter-evans/rebase@v3.1.0
with: with:
base: main base: main
...@@ -20,8 +20,7 @@ jobs: ...@@ -20,8 +20,7 @@ jobs:
no-rebase no-rebase
dependencies dependencies
if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" 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 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.92
env: env:
GITHUB_TOKEN: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.PAT }}
if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment