Git Product home page Git Product logo

Comments (5)

ahmadnassri avatar ahmadnassri commented on June 16, 2024

hmmm interesting, can you share your workflow file and your auto-merge.yml (if you have one)

from action-dependabot-auto-merge.

ahmadnassri avatar ahmadnassri commented on June 16, 2024

I believe v2.0.2 has the hotfix that will address your issue.

upgrade to latest (v2.0.4) or simply use v2 in your workflow: ahmadnassri/action-dependabot-auto-merge@v2 to use the latest within the same major

from action-dependabot-auto-merge.

Vincent-FundApps avatar Vincent-FundApps commented on June 16, 2024

Thanks @ahmadnassri
I bumped the action 2.0.4 and it's approving and merging as a charm.

It's interesting to not that it the action got upgraded to 2.0.1 and not 2.0.4 by dependabot yesterday. Not too sure when you released v2.0.4 but maybe something to look into.

from action-dependabot-auto-merge.

ahmadnassri avatar ahmadnassri commented on June 16, 2024

they were all released in sequence on the same day

possibly, your dependabot config has a max number of PRs per day / week etc ... or it just derped 🤷‍♂️

regardless, that's a dependabot question I cannot answer

from action-dependabot-auto-merge.

bennycode avatar bennycode commented on June 16, 2024

I also had a run where I got messaged with "manual merging required". Upgrading the action from v1 to v2 helped.

Here is my final config:

/.github/workflows/ci.yml

      - name: 'Automerge dependency updates from Dependabot'
        uses: ahmadnassri/action-dependabot-auto-merge@v2
        # Guarantee that commit comes from Dependabot (don't blindly trust external GitHub action checks)
        if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
        with:
          github-token: ${{ secrets.GH_TOKEN }}

/.github/auto-merge.yml

- match:
    dependency_type: all
    update_type: 'semver:major'

/.github/dependabot.yml

version: 2
updates:
  - package-ecosystem: npm
    directory: '/'
    schedule:
      interval: weekly
    pull-request-branch-name:
      separator: '-'
    target-branch: master
    commit-message:
      prefix: chore
      include: scope
    labels:
      - "type: chore \U0001F9F9"

from action-dependabot-auto-merge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.