Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
9d07014
1
Parent(s):
68f7012
build(deps): bump peter-evans/create-pull-request from 4.2.4 to 5.0.2 (#369)
Browse files
.github/workflows/contributors.yml
CHANGED
@@ -32,7 +32,7 @@ jobs:
|
|
32 |
noCommit: true
|
33 |
|
34 |
- name: Commit & PR
|
35 |
-
uses: peter-evans/create-pull-request@
|
36 |
with:
|
37 |
token: ${{ secrets.GITHUB_TOKEN }}
|
38 |
add-paths: .github/assets/CONTRIBUTORS.svg
|
|
|
32 |
noCommit: true
|
33 |
|
34 |
- name: Commit & PR
|
35 |
+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
|
36 |
with:
|
37 |
token: ${{ secrets.GITHUB_TOKEN }}
|
38 |
add-paths: .github/assets/CONTRIBUTORS.svg
|
.github/workflows/mega-linter.yml
CHANGED
@@ -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_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
|
66 |
-
uses: peter-evans/create-pull-request@v5
|
67 |
with:
|
68 |
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
|
69 |
commit-message: "[MegaLinter] Apply linters automatic fixes"
|
|
|
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_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
|
66 |
+
uses: peter-evans/create-pull-request@v5.0.2
|
67 |
with:
|
68 |
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
|
69 |
commit-message: "[MegaLinter] Apply linters automatic fixes"
|