You've already forked pages
forked from didirus/AstralRinth
feat: Add label syncing. (#30)
* ci: Add label syncing * ci: add more label sprinkles
This commit is contained in:
committed by
GitHub
parent
2851d12357
commit
f22e4f1cc7
21
.github/workflows/labelsync.yml
vendored
Normal file
21
.github/workflows/labelsync.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Label Sync
|
||||
|
||||
on:
|
||||
issues:
|
||||
label:
|
||||
push:
|
||||
branches:
|
||||
- maser
|
||||
paths:
|
||||
- '.github/labels.yml'
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Label Sync
|
||||
uses: crazy-max/ghaction-github-labeler@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user