Skip to content

Commit

Permalink
feat(figma-plugin): change PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 28, 2024
1 parent 7594344 commit d54c150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figma-plugin/plugin-src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ export function createGithubClient(
) {
const baseBranch = "main";
const newBranch = `icona-update-${new Date().getTime()}`;
const prTitle = "[Icona]: Update Icons";

const fileName = iconaFileName || "icons";
const prTitle = `[Icona]: Update \`./icona/${fileName}.json\``;
const commitTitle = `feat: update ./icona/${fileName}.json`;

const head = await getHead(baseBranch);
Expand Down

0 comments on commit d54c150

Please sign in to comment.