mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
Added an auto labeler. (#3282)
This commit is contained in:
17
.github/workflows/auto_labeler.yml
vendored
Normal file
17
.github/workflows/auto_labeler.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Auto Labeler
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Apply Triage Label
|
||||
uses: actions/github@v1.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
args: 'label "Status: Needs Triage"'
|
||||
Reference in New Issue
Block a user