-
-
Notifications
You must be signed in to change notification settings - Fork 42
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.1 to 7.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.1...v7.0.2) --- 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
328d521
commit 2b47f08
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
git commit -m "Translate ${{ github.event.inputs.file }}" | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].2 | ||
with: | ||
token: ${{ secrets.BOT_PAT }} | ||
commit-message: Translate ${{ github.event.inputs.file }} | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}" | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].2 | ||
with: | ||
token: ${{ secrets.BOT_PAT }} | ||
commit-message: Get changes from CPython Doc for ${{ github.ref_name }} | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
# Create pull request | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].2 | ||
with: | ||
token: ${{ secrets.BOT_PAT }} | ||
commit-message: "Wrap all files on: ${{ github.ref_name }}" | ||
|