fix(workflow): align first-interaction input keys (#821)

* fix(workflow): use valid first-interaction input keys

* fix(workflows): wire shared label policy path in label jobs
This commit is contained in:
Chummy 2026-02-18 22:24:51 +08:00 committed by GitHub
parent 8988a069a6
commit e3c949b637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 7 deletions

View file

@ -42,6 +42,8 @@ jobs:
- name: Apply size/risk/module labels
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
continue-on-error: true
env:
LABEL_POLICY_PATH: .github/label-policy.json
with:
script: |
const script = require('./.github/workflows/scripts/pr_labeler.js');