feat: 创建运行环境网站,校验 PHP 镜像是否存在 #2597
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: 1Panel 通用 PR 处理 | |
permissions: | |
pull-requests: write | |
jobs: | |
generic_handler: | |
name: 为 PR 添加标签 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
github_token: ${{ secrets.GITHUBTOKEN }} | |
labels: ${{ github.base_ref }} |