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
|
||||
|
||||
jobs:
|
||||
dependabot:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
|
||||
steps:
|
||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -9,6 +9,8 @@ on:
|
|||
- 'release-plz-**'
|
||||
- 'dependabot/**'
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
|
Loading…
Add table
Reference in a new issue