-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Rename autogenerate pull request header [skip ci]
- Loading branch information
1 parent
46d6729
commit dcf90c5
Showing
1 changed file
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 |
---|---|---|
|
@@ -80,8 +80,8 @@ jobs: | |
run: | | ||
PLASMA_VER=${{ github.event.client_payload.version || github.event.inputs.plasma-version }} | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Salute Android Team" | ||
git config --local user.name "Salute Eva" | ||
git add ./packages/plasma-icons/ | ||
git commit -m "feat(plasma-icons): New icons were added from plasma v$PLASMA_VER" | ||
git push --set-upstream origin release/plasma-icons-$PLASMA_VER | ||
gh pr create --base dev --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from plasma-web" --body "Icons were updated to v$PLASMA_VER" | ||
gh pr create --base dev --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from web plasma-icons ($PLASMA_VER)" --body "Icons were updated to v$PLASMA_VER" |