Use jq to load priority config from JSON

This commit is contained in:
CanbiZ 2025-09-18 11:58:39 +02:00 committed by GitHub
parent 3bd6b6e540
commit a0952e9f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/workflows/autolabeler.yml generated vendored
View File

@ -124,7 +124,7 @@ jobs:
- name: Load priority config - name: Load priority config
id: config id: config
run: | run: |
echo "priority=$(cat .github/label-priority.json)" >> $GITHUB_OUTPUT echo "priority=$(jq -c . .github/label-priority.json)" >> $GITHUB_OUTPUT
- name: Fetch PR metadata - name: Fetch PR metadata
id: pr id: pr