-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update peter-evans/create-pull-request action to v7.0.5
- Loading branch information
1 parent
ba82bde
commit c55299a
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Run git-cliff | ||
uses: tj-actions/git-cliff@v1 | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].4 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
base: "main" | ||
labels: "merge when passing" | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Create Pull Request | ||
if: failure() | ||
uses: peter-evans/[email protected].4 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
base: "main" | ||
labels: "merge when passing" | ||
|