diff --git a/.changeset/sour-jeans-end.md b/.changeset/sour-jeans-end.md new file mode 100644 index 0000000..530fa0d --- /dev/null +++ b/.changeset/sour-jeans-end.md @@ -0,0 +1,5 @@ +--- +"pr-voyager": patch +--- + +feat: add branding diff --git a/action.yml b/action.yml index 4b5f6e0..4ba27c1 100644 --- a/action.yml +++ b/action.yml @@ -11,3 +11,6 @@ inputs: runs: using: "node16" main: "dist/index.js" +branding: + icon: "package" + color: "gray-dark"