We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc98fb3 + 5d86eb5 commit 58a5704Copy full SHA for 58a5704
1 file changed
.github/workflows/mega-linter.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Create Pull Request with applied fixes
66
id: cpr
67
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_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
68
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v7
69
with:
70
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
71
commit-message: "[MegaLinter] Apply linters automatic fixes"
0 commit comments