Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target minor fails to automerge 2.0.0rc2 to 2.0.0rc3 #239

Open
woutervh opened this issue Oct 31, 2023 · 0 comments
Open

Target minor fails to automerge 2.0.0rc2 to 2.0.0rc3 #239

woutervh opened this issue Oct 31, 2023 · 0 comments

Comments

@woutervh
Copy link

using following config at
https://github.com/libranet/libranet-flask/blob/main/.github/workflows/dependabot-auto-merge.yaml

# see https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Auto Merge Dependabot

on:
  pull_request:

jobs:
  auto-merge:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: ahmadnassri/action-dependabot-auto-merge@v2
        with:
          target: minor
          github-token: ${{ secrets.TOKEN_AUTOMERGE }}

this fails to automerge on release-candidate sphinx-rtd-theme from 2.0.0rc2 to 2.0.0rc3:

title: "Bump sphinx-rtd-theme from 2.0.0rc2 to 2.0.0rc3"
depName: sphinx-rtd-theme
from: 2.0.0
to: 2.0.0
dependency type: production
security critical: false
config: all:semver:minor
Warning: no version range detected in PR title
manual merging required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant