mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Added an auto labeler. (#3282)
This commit is contained in:
parent
778c701b87
commit
96e9e55642
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"'
|
||||
Loading…
x
Reference in New Issue
Block a user