Merge branch 'master' into issue-280-2
This commit is contained in:
commit
3e88bd7ab1
2 changed files with 3 additions and 1 deletions
2
.github/workflows/auto_merge_prs.yml
vendored
2
.github/workflows/auto_merge_prs.yml
vendored
|
@ -6,7 +6,7 @@ permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
auto-merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
|
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -9,6 +9,8 @@ on:
|
||||||
- 'release-plz-**'
|
- 'release-plz-**'
|
||||||
- 'dependabot/**'
|
- 'dependabot/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
merge_group:
|
||||||
|
types: [checks_requested]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -Dwarnings
|
RUSTFLAGS: -Dwarnings
|
||||||
|
|
Loading…
Add table
Reference in a new issue