[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:
Kowlin
2021-01-07 18:09:14 +01:00
committed by GitHub
parent ecf912bc4b
commit beedc6d2c7
3 changed files with 104 additions and 1 deletions

12
.github/workflows/auto_labeler_pr.yml vendored Normal file
View 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 }}"