We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434c938 commit c032db9Copy full SHA for c032db9
.github/workflows/auto-update-app-headers.yml
@@ -61,7 +61,10 @@ jobs:
61
gh pr create --title "[Github Action] Update .app-headers file" \
62
--body "This PR is auto-generated by a Github Action to update the .app-headers file." \
63
--head pr-update-app-headers \
64
- --base main
+ --base main \
65
+ --label "automated pr"
66
+ env:
67
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
69
- name: Approve pull request
70
if: steps.verify-diff.outputs.changed == 'true'
0 commit comments