Skip to content

Bump numpy-quaternion from 2024.0.2 to 2024.0.3 #7

Bump numpy-quaternion from 2024.0.2 to 2024.0.3

Bump numpy-quaternion from 2024.0.2 to 2024.0.3 #7

name: Dependabot Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' # Only run for Dependabot PRs
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}