mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
Create auto-labeler
This commit is contained in:
parent
616394c4c4
commit
3eaf81d8e3
18
.github/workflows/auto-labeler
vendored
Normal file
18
.github/workflows/auto-labeler
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Community
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, edited, milestoned]
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
labeler:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check Labels
|
||||||
|
id: labeler
|
||||||
|
uses: jimschubert/labeler-action@v2
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
Loading…
Reference in New Issue
Block a user