Skip to content
Snippets Groups Projects
Select Git revision
  • bd97501324c1ee136da9eb7b6171acfeb5fe5ede
  • main default
  • dependabot/docker/node-24.5.0-slim
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.171
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.7-rc1
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
22 results

push-rebase.yaml

Blame
  • user avatar
    dependabot[bot] authored and GitHub committed
    Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.5.116 to 1.5.121.
    - [Release notes](https://github.com/bbeesley/gha-auto-dependabot-rebase/releases)
    - [Changelog](https://github.com/bbeesley/gha-auto-dependabot-rebase/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.5.116...v1.5.121
    
    )
    
    ---
    updated-dependencies:
    - dependency-name: bbeesley/gha-auto-dependabot-rebase
      dependency-version: 1.5.121
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: default avatardependabot[bot] <support@github.com>
    bd975013
    History
    push-rebase.yaml 768 B
    name: Push [rebase]
    "on":
      push:
        branches:
          - main
    concurrency:
      group: push-rebase-main
      cancel-in-progress: true
    jobs:
      rebase:
        name: Push [rebase]
        runs-on: ubuntu-latest
        steps:
          - name: "Rebase all Dependabot's pull requests on every push to the main branch"
            uses: bbeesley/gha-auto-dependabot-rebase@v1.5.121
            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
              exclude-drafts: true
              exclude-labels: |
                no-rebase
                dependencies
            if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"