mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-15 20:20:11 +08:00
18 lines
377 B
YAML
18 lines
377 B
YAML
|
on: pull_request
|
||
|
|
||
|
name: MeterSphere 通用 PR 处理
|
||
|
|
||
|
permissions:
|
||
|
pull-requests: write
|
||
|
|
||
|
jobs:
|
||
|
generic_handler:
|
||
|
name: 为 PR 添加标签
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: actions-ecosystem/action-add-labels@v1
|
||
|
with:
|
||
|
github_token: ${{ secrets.GITHUBTOKEN }}
|
||
|
labels: ${{ github.base_ref }}
|