ci: Enable CI run when requested for a merge group

This commit is contained in:
Chris Hennick 2024-04-28 11:48:46 -07:00
parent c550e90711
commit 38829b1f4b
No known key found for this signature in database
GPG key ID: DA47AABA4961C509
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ permissions:
pull-requests: write
jobs:
dependabot:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
steps:

View file

@ -9,6 +9,8 @@ on:
- 'release-plz-**'
- 'dependabot/**'
workflow_dispatch:
merge_group:
types: [checks_requested]
env:
RUSTFLAGS: -Dwarnings