Commit 3dcccf86 authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent 877ef2b9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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