Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
No results found
Select Git revision
Loading items
Show changes

Commits on Source 2

......@@ -21,7 +21,7 @@ jobs:
- name: Get Next Version
if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"
id: semver
uses: ietf-tools/semver-action@v1.10.1
uses: ietf-tools/semver-action@v1.10.2
with:
token: ${{ github.token }}
branch: main
......
......@@ -12,7 +12,7 @@ jobs:
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.145
uses: bbeesley/gha-auto-dependabot-rebase@v1.5.148
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
- name: "Rebase all users' pull requests on release push to the main branch"
......