ci: skip add-labels for dependabot PRs

* ci: skip add-labels for dependabot PRs
This commit is contained in:
王贺
2026-04-22 17:31:53 +08:00
committed by GitHub
parent 4eda92f25c
commit 3a0a6537f0

View File

@@ -6,7 +6,7 @@ permissions:
jobs:
generic_handler:
name: Add Labels to PR
if: github.repository == '1Panel-dev/1Panel'
if: github.repository == '1Panel-dev/1Panel' && github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3