mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 01:47:27 +02:00
Added github actions automerge for pre-commit updates. (#362)
This commit is contained in:
parent
8781d746e7
commit
ad8f5d0fb1
3
.github/workflows/dependabot-auto-merge.yaml
vendored
3
.github/workflows/dependabot-auto-merge.yaml
vendored
@ -5,6 +5,7 @@ on:
|
||||
paths:
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
- .pre-commit-config.yaml
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -13,7 +14,7 @@ permissions:
|
||||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
if: ${{ (github.actor == 'dependabot[bot]') || (github.actor == 'github-actions[bot]') }}
|
||||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
||||
|
Loading…
x
Reference in New Issue
Block a user