mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-15 12:04:24 +00:00
79e2bb98b7
git-subtree-dir: flask-bpmn git-subtree-split: f3fc539423a3522d142146d2a039c0cd49badaf5
20 lines
326 B
YAML
20 lines
326 B
YAML
name: Labeler
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
|
|
jobs:
|
|
labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out the repository
|
|
uses: actions/checkout@v3.0.2
|
|
|
|
- name: Run Labeler
|
|
uses: crazy-max/ghaction-github-labeler@v3.1.1
|
|
with:
|
|
skip-delete: true
|