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:
parent
8988a069a6
commit
e3c949b637
4 changed files with 13 additions and 7 deletions
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue