Select Git revision
push-rebase.yaml
-
Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.5.135 to 1.5.137. - [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.135...v1.5.137 ) --- updated-dependencies: - dependency-name: bbeesley/gha-auto-dependabot-rebase dependency-version: 1.5.137 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.5.135 to 1.5.137. - [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.135...v1.5.137 ) --- updated-dependencies: - dependency-name: bbeesley/gha-auto-dependabot-rebase dependency-version: 1.5.137 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
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.137
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 ') }}"