diff --git a/.github/workflows/issues-feature-implemented.yml b/.github/workflows/issues-feature-implemented.yml
index 51ffaa8893cff34426fae82007f9fc09b2e1312e..43012f5226e19ffdbc5018a16d5798c41f511a3f 100644
--- a/.github/workflows/issues-feature-implemented.yml
+++ b/.github/workflows/issues-feature-implemented.yml
@@ -3,6 +3,9 @@ name: Handle completed feature requests
 on:
   pull_request:
     types: [closed]
+    
+permissions:
+  issues: write
 
 jobs:
   handle-feature-requests:
diff --git a/upcoming-release-notes/1183.md b/upcoming-release-notes/1183.md
new file mode 100644
index 0000000000000000000000000000000000000000..9408e59d6ae0c37bdc7041f36d560bfd220c5b36
--- /dev/null
+++ b/upcoming-release-notes/1183.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [j-f1]
+---
+
+Fix automatic comment on completed feature requests