Skip to content

File sync from Jobport/config #9

File sync from Jobport/config

File sync from Jobport/config #9

Workflow file for this run

name: label sync
on:
push:
branches:
- master
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: false