mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-11 13:48:54 -05:00
17 lines
344 B
YAML
17 lines
344 B
YAML
name: Auto Labeler - PRs
|
|
on:
|
|
pull_request_target:
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Apply Type Label
|
|
uses: actions/labeler@v3
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
sync-labels: "" # this is a temporary workaround, see #4844
|