Merge branch 'master' into issue-280-2

This commit is contained in:
Chris Hennick 2024-04-28 11:49:33 -07:00 committed by GitHub
commit 3e88bd7ab1
Signed by: DevComp
GPG key ID: B5690EEEBB952194
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