There was an error while loading. Please reload this page.
1 parent 8f8e67c commit 17acde1Copy full SHA for 17acde1
1 file changed
.github/workflows/mega-linter.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Create Pull Request with applied fixes
64
id: cpr
65
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
66
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v8
67
with:
68
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
69
commit-message: "[Mega-Linter] Apply linters automatic fixes"
0 commit comments