-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.3 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c51d523
commit 877c771
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,7 +237,7 @@ jobs: | |
${{ needs.project-metadata.outputs.blacken_docs_params }} | ||
${{ needs.project-metadata.outputs.doc_files }} | ||
|| true | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Format Python" | ||
|
@@ -279,7 +279,7 @@ jobs: | |
- name: Sync uv.lock | ||
run: | | ||
uv --no-progress sync --upgrade | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Sync uv.lock" | ||
|
@@ -365,7 +365,7 @@ jobs: | |
run: > | ||
find ./ -type f \( -name 'readme.md' -or -name 'readme.*.md' \) -print | ||
-exec gawk -i inplace '!/^- \[(Contents|Contributing|Footnotes)\]\(#.+\)$/{print}' "{}" \; | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Format Markdown" | ||
|
@@ -394,7 +394,7 @@ jobs: | |
- name: Lint | ||
run: | | ||
find ./ -type f -name '*.json' -print -exec jsonlint --in-place "{}" \; | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Format JSON" | ||
|
@@ -469,7 +469,7 @@ jobs: | |
${{ inputs.gitignore-extra-content }} | ||
EOF | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Update .gitignore" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Print version | ||
run: | | ||
echo "New version: ${{ steps.get_version.outputs.new_version }}" | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: > | ||
|
@@ -200,7 +200,7 @@ jobs: | |
- name: Commit post-release version bump | ||
run: | | ||
git commit --all --message="[changelog] Post-release version bump" | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
# We need custom PAT with workflows permission to hard-code version numbers in URLs in | ||
# .github/workflows/*.yaml files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
write_changes: true | ||
- name: Remove local typos binary | ||
run: rm ./typos | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
# We need custom PAT with workflows permissions to fix typos in .github/workflows/*.yaml` files. | ||
token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }} | ||
|
@@ -68,7 +68,7 @@ jobs: | |
with: | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
compressOnly: true | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Optimize images" | ||
|
@@ -116,7 +116,7 @@ jobs: | |
- name: Generate .mailmap | ||
run: | | ||
gha-utils --verbosity DEBUG mailmap-sync --skip-if-missing ./.mailmap | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Update .mailmap" | ||
|
@@ -245,7 +245,7 @@ jobs: | |
uv --no-progress run --frozen -- pipdeptree ${{ needs.project-metadata.outputs.package_name | ||
&& format('--packages {0}', needs.project-metadata.outputs.package_name)}} | ||
--mermaid > ${{ env.dependency-graph-output }} | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Regenerate dependency graph" | ||
|
@@ -291,7 +291,7 @@ jobs: | |
- name: Run Sphinx | ||
run: | | ||
uv --no-progress run --frozen -- sphinx-apidoc --no-toc --module-first --force -o ./docs . | ||
- uses: peter-evans/[email protected].3 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
assignees: ${{ github.actor }} | ||
commit-message: "[autofix] Update Sphinx autodoc" | ||
|