Files
Red-DiscordBot/.github/workflows/auto_labeler_pr.yml
2021-01-13 04:16:07 +01:00

13 lines
236 B
YAML

name: Auto Labeler - PRs
on:
pull_request_target:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Apply Type Label
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"