Update auto-update-app-headers.yml

This commit is contained in:
CanbiZ 2025-01-14 15:03:00 +01:00 committed by GitHub
parent 434c938cde
commit c032db98a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,10 @@ jobs:
gh pr create --title "[Github Action] Update .app-headers file" \
--body "This PR is auto-generated by a Github Action to update the .app-headers file." \
--head pr-update-app-headers \
--base main
--base main \
--label "automated pr"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve pull request
if: steps.verify-diff.outputs.changed == 'true'