mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2025-12-28 07:18:09 +01:00
19 lines
307 B
YAML
19 lines
307 B
YAML
name: Labeler
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out the repository
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Run Labeler
|
|
uses: crazy-max/ghaction-github-labeler@v4.1.0
|
|
with:
|
|
skip-delete: true
|