Skip to content

modified: pyrovelocity/config.py #37

modified: pyrovelocity/config.py

modified: pyrovelocity/config.py #37

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
- dev
jobs:
labeler:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}