mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-20 14:02:40 +02:00
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@v2.4.0
|
|
|
|
- name: Run Labeler
|
|
uses: crazy-max/ghaction-github-labeler@v3.1.1
|
|
with:
|
|
skip-delete: true
|