Merge branch 'master' into pin-github-actions-to-hash

This commit is contained in:
Wolfgang Huß 2024-10-30 09:44:46 +01:00 committed by GitHub
commit 8d861fa2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: auto-merge
on:
pull_request:
jobs:
auto-merge:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- uses: ahmadnassri/action-dependabot-auto-merge@4b9c6f0185a1c94f18bc293dc050c8c073b4fcc8 #v2.6.6
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}