Skip to content

Initialize project by running make all #1

Initialize project by running make all

Initialize project by running make all #1

Workflow file for this run

name: Labeler
on: # yamllint disable-line rule:truthy
push:
branches:
- master
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.3
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
with:
skip-delete: false