1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
1Panel/.github/workflows/add-labels-for-pr.yml
2024-11-29 22:21:35 +08:00

15 lines
373 B
YAML

on: pull_request
name: General PR Handling for 1Panel
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 }}