ci: add dependency guard backfill label trigger (#87866) · openclaw/openclaw@5a64727
RomneyDa
·
2026-05-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,7 +2,7 @@ name: Dependency Guard
|
2 | 2 | |
3 | 3 | on: |
4 | 4 | pull_request_target: # zizmor: ignore[dangerous-triggers] checks trusted base script only; never checks out PR head |
5 | | -types: [opened, reopened, synchronize, ready_for_review] |
| 5 | +types: [opened, reopened, synchronize, ready_for_review, labeled] |
6 | 6 | |
7 | 7 | permissions: |
8 | 8 | contents: read |
@@ -15,7 +15,7 @@ concurrency:
|
15 | 15 | |
16 | 16 | jobs: |
17 | 17 | dependency-guard: |
18 | | -if: ${{ !github.event.pull_request.draft }} |
| 18 | +if: ${{ !github.event.pull_request.draft && (github.event.action != 'labeled' || github.event.label.name == 'dependency-guard-backfill') }} |
19 | 19 | runs-on: ubuntu-24.04 |
20 | 20 | timeout-minutes: 5 |
21 | 21 | steps: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。