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 fb3d98a commit ed45df1Copy full SHA for ed45df1
.github/workflows/pull_request.yml
@@ -41,6 +41,8 @@ jobs:
41
git push "https://${GITHUB_ACTOR}:${{ env.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:refs/heads/linting/${{ github.head_ref }} --force
42
gh pr create -B ${{ github.head_ref }} -H ${{ github.head_ref }}-lint -a ${{ github.event.pull_request.user.login }} -T 'Apply linting rules and refactorings for ${{ github.head_ref }}'
43
shell: bash
44
+ env:
45
+ GH_TOKEN: ${{ github.token }}
46
- name: Process lint changes
47
if: steps.changes-spotless.outputs.changed == 1 || steps.changes-openrewrite.outputs.changed
48
uses: actions/github-script@v3
0 commit comments