1Panel/.github/workflows/add-labels-for-pr.yml
wanghe-fit2cloud 048121a936
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 5s
chore: Update workflows
2024-12-02 14:24:01 +08:00

14 lines
373 B
YAML

name: General PR Handling for 1Panel
on: pull_request
permissions:
pull-requests: write
jobs:
generic_handler:
name: Add Labels to 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 }}