Skip to content

Merge pull request #51 from pascaliske/renovate/actions-checkout-5.x #140

Merge pull request #51 from pascaliske/renovate/actions-checkout-5.x

Merge pull request #51 from pascaliske/renovate/actions-checkout-5.x #140

Workflow file for this run

name: Labels
on: push
jobs:
labels:
name: Labels
runs-on: ubuntu-latest
steps:
# checkout
- uses: actions/checkout@v5
# sync labels
- uses: crazy-max/ghaction-github-labeler@v5
if: success()