Skip to content

Fix: Re-enrollment #171

Fix: Re-enrollment

Fix: Re-enrollment #171

Workflow file for this run

name: Label tests
on:
pull_request:
types: [opened]
paths:
- 'tests/**'
- '.github/workflows/tests-*.yml'
jobs:
label-tests:
runs-on: ubuntu-latest
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "tests"