Skip to content

Commit

Permalink
ci: Rename autogenerate pull request header [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Nov 27, 2024
1 parent 46d6729 commit dcf90c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dcf90c5

Please sign in to comment.