diff --git a/src/icons/claude.svg b/src/icons/claude.svg
index 5a3ecca..632edc0 100644
--- a/src/icons/claude.svg
+++ b/src/icons/claude.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-blocked.svg b/src/icons/copilot-blocked.svg
index 5d2b446..879bc48 100644
--- a/src/icons/copilot-blocked.svg
+++ b/src/icons/copilot-blocked.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-error.svg b/src/icons/copilot-error.svg
index 8b01436..faf4c1e 100644
--- a/src/icons/copilot-error.svg
+++ b/src/icons/copilot-error.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-in-progress.svg b/src/icons/copilot-in-progress.svg
index 2f512d9..aad4462 100644
--- a/src/icons/copilot-in-progress.svg
+++ b/src/icons/copilot-in-progress.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-not-connected.svg b/src/icons/copilot-not-connected.svg
index 4b70a9b..93bd6da 100644
--- a/src/icons/copilot-not-connected.svg
+++ b/src/icons/copilot-not-connected.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-snooze.svg b/src/icons/copilot-snooze.svg
index a8b096c..e56db61 100644
--- a/src/icons/copilot-snooze.svg
+++ b/src/icons/copilot-snooze.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-success.svg b/src/icons/copilot-success.svg
index afd7a2c..2ddbc9b 100644
--- a/src/icons/copilot-success.svg
+++ b/src/icons/copilot-success.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-unavailable.svg b/src/icons/copilot-unavailable.svg
index fc4c371..d5716af 100644
--- a/src/icons/copilot-unavailable.svg
+++ b/src/icons/copilot-unavailable.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot-warning.svg b/src/icons/copilot-warning.svg
index 7c09942..bd2e54f 100644
--- a/src/icons/copilot-warning.svg
+++ b/src/icons/copilot-warning.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/copilot.svg b/src/icons/copilot.svg
index 6d52a36..23528e0 100644
--- a/src/icons/copilot.svg
+++ b/src/icons/copilot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/git-pull-request-comment.svg b/src/icons/git-pull-request-comment.svg
new file mode 100644
index 0000000..d8f7eab
--- /dev/null
+++ b/src/icons/git-pull-request-comment.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/git-pull-request-error.svg b/src/icons/git-pull-request-error.svg
new file mode 100644
index 0000000..ce06af3
--- /dev/null
+++ b/src/icons/git-pull-request-error.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/template/mapping.json b/src/template/mapping.json
index 20cb1f8..35f4ce8 100644
--- a/src/template/mapping.json
+++ b/src/template/mapping.json
@@ -1917,5 +1917,11 @@
],
"60612": [
"run-compact"
+ ],
+ "60613": [
+ "git-pull-request-comment"
+ ],
+ "60614": [
+ "git-pull-request-error"
]
}
diff --git a/src/template/metadata.json b/src/template/metadata.json
index c03a14f..a893db1 100644
--- a/src/template/metadata.json
+++ b/src/template/metadata.json
@@ -2915,6 +2915,18 @@
"category": "git",
"description": "Closed pull request"
},
+ "git-pull-request-comment": {
+ "tags": [
+ "pr",
+ "review",
+ "feedback",
+ "discussion",
+ "note",
+ "git"
+ ],
+ "category": "git",
+ "description": "Pull request comment"
+ },
"git-pull-request-create": {
"tags": [
"pr",
@@ -2951,6 +2963,18 @@
"category": "git",
"description": "Draft pull request"
},
+ "git-pull-request-error": {
+ "tags": [
+ "pr",
+ "fail",
+ "problem",
+ "warning",
+ "conflict",
+ "git"
+ ],
+ "category": "git",
+ "description": "Pull request error"
+ },
"git-pull-request-go-to-changes": {
"tags": [
"pr",