From c032db98a37c64023ad4efbf988e5fa39aa59c28 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:03:00 +0100 Subject: [PATCH] Update auto-update-app-headers.yml --- .github/workflows/auto-update-app-headers.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml index 906f3734..5df67fbd 100644 --- a/.github/workflows/auto-update-app-headers.yml +++ b/.github/workflows/auto-update-app-headers.yml @@ -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'