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.
Run make generated-files
1 parent f716ecc commit d8b3355Copy full SHA for d8b3355
.github/workflows/validate.yaml
@@ -95,6 +95,7 @@ jobs:
95
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || ( github.event_name == 'push' && !contains(github.ref_name, 'dependabot/') )
96
uses: peter-evans/create-pull-request@v7
97
with:
98
+ token: ${{ secrets.SERVERLESS_QE_ROBOT }}
99
path: ./src/github.com/${{ github.repository }}
100
branch: auto/update-generated-files-${{ github.ref_name }}
101
title: "[${{ github.ref_name }}] Run make generated-files"
0 commit comments