Ver código fonte

chore(notify-discord): comment out download and release notes sections in Discord notification workflow to simplify output and reduce clutter

Mathias 1 mês atrás
pai
commit
4bf6ef7b71
1 arquivos alterados com 11 adições e 11 exclusões
  1. 11 11
      .github/workflows/notify-discord.yml

+ 11 - 11
.github/workflows/notify-discord.yml

@@ -110,22 +110,22 @@ jobs:
                     "name": "📁 Repository",
                     "value": "[${{ github.event.repository.name }}](${{ github.event.repository.html_url }})",
                     "inline": true
-                  },
-                  {
-                    "name": "🔗 Download",
-                    "value": "[Release Page](${{ steps.release-info.outputs.html_url }})",
-                    "inline": true
-                  },
+                  }
+                  # {
+                  #   "name": "🔗 Download",
+                  #   "value": "[Release Page](${{ steps.release-info.outputs.html_url }})",
+                  #   "inline": true
+                  # },
                   {
                     "name": "📝 Files Changed",
                     "value": "• ${{ steps.changed-files.outputs.all_changed_files }}",
                     "inline": false
-                  },
-                  {
-                    "name": "📝 Release Notes",
-                    "value": "${{ steps.release-info.outputs.body }}",
-                    "inline": false
                   }
+                  # {
+                  #   "name": "📝 Release Notes",
+                  #   "value": "${{ steps.release-info.outputs.body }}",
+                  #   "inline": false
+                  # }
                 ],
                 "timestamp": "${{ steps.release-info.outputs.published_at }}",
                 "footer": {