mirror of
http://shenjack.top:5100/ARS/ARS-docs.git
synced 2024-11-23 23:45:07 +08:00
19 lines
320 B
YAML
19 lines
320 B
YAML
|
name: 自动生成 label
|
||
|
|
||
|
# main 分支推送
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
Generate-label:
|
||
|
runs-on: python311
|
||
|
steps:
|
||
|
- name: 获取仓库
|
||
|
uses: http://shenjack.top:5100/mirror/checkout@v4
|
||
|
|
||
|
# - name: 生成 label
|
||
|
# run: |
|
||
|
# python3 generate_label.py
|