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

15 lines
373 B
YAML
Raw Normal View History

on: pull_request
2024-11-29 22:21:35 +08:00
name: General PR Handling for 1Panel
permissions:
pull-requests: write
jobs:
generic_handler:
2024-11-29 22:21:35 +08:00
name: Add Labels to PR
runs-on: ubuntu-latest
steps:
2024-03-22 14:33:48 +08:00
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUBTOKEN }}
labels: ${{ github.base_ref }}