Skip to content

Commit c032db9

Browse files
authored
Update auto-update-app-headers.yml
1 parent 434c938 commit c032db9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-update-app-headers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
gh pr create --title "[Github Action] Update .app-headers file" \
6262
--body "This PR is auto-generated by a Github Action to update the .app-headers file." \
6363
--head pr-update-app-headers \
64-
--base main
64+
--base main \
65+
--label "automated pr"
66+
env:
67+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6568

6669
- name: Approve pull request
6770
if: steps.verify-diff.outputs.changed == 'true'

0 commit comments

Comments
 (0)