mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 01:37:28 +02:00
Automaticlly updating pre-commits (#220)
This commit is contained in:
parent
377930b82d
commit
b92be60789
17
.github/workflows/maintenance.yaml
vendored
17
.github/workflows/maintenance.yaml
vendored
@ -16,3 +16,20 @@ jobs:
|
||||
with:
|
||||
package_name: ${{ github.event.repository.name }}/${{ matrix.name }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
auto-update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- uses: browniebroke/pre-commit-autoupdate-action@main
|
||||
|
||||
- uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: update/pre-commit-hooks
|
||||
title: Update pre-commit hooks
|
||||
commit-message: 'chore: update pre-commit hooks'
|
||||
body: Update versions of pre-commit hooks to latest version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user