Update frontend-licenses-update.yml

This commit is contained in:
Anthony Stirling 2025-07-17 15:24:24 +01:00 committed by GitHub
parent 027690886f
commit 27c97c29d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
name: Frontend License Report Workflow
on:
push:
pull_request:
branches:
- feature/react-overhaul
- V2
paths:
- "frontend/package.json"
- "frontend/package-lock.json"
@ -119,4 +119,4 @@ jobs:
if: steps.cpr.outputs.pull-request-operation == 'created' && env.LICENSE_WARNINGS_EXIST == 'true'
run: gh pr edit "${{ steps.cpr.outputs.pull-request-number }}" --add-label "license-review-required"
env:
GH_TOKEN: ${{ steps.setup-bot.outputs.token }}
GH_TOKEN: ${{ steps.setup-bot.outputs.token }}