Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Adds a Automatic Labeler Workflow #3

Adds a Automatic Labeler Workflow

Adds a Automatic Labeler Workflow #3

Workflow file for this run

name: 'Auto Label'
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"