mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 17:09:45 -05:00
[CI/meta] Add automatic labeling of changed files. (#4674)
* Theoretically this should work! * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * *ughhh* Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/auto_labeler_pr.yml
vendored
Normal file
12
.github/workflows/auto_labeler_pr.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Auto Labeler - PRs
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Apply Type Label
|
||||
uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user