fix(ci): wire shared label policy path in workflows
This commit is contained in:
parent
7bb44d157c
commit
a4ad5a77de
3
.github/workflows/pr-auto-response.yml
vendored
3
.github/workflows/pr-auto-response.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
LABEL_POLICY_PATH: .github/label-policy.json
|
||||
|
||||
jobs:
|
||||
contributor-tier-issues:
|
||||
if: >-
|
||||
|
||||
3
.github/workflows/pr-labeler.yml
vendored
3
.github/workflows/pr-labeler.yml
vendored
@ -23,6 +23,9 @@ permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
env:
|
||||
LABEL_POLICY_PATH: .github/label-policy.json
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
Loading…
Reference in New Issue
Block a user