Skip to content

Releases: johanwulf/replace-comment

Release v1.0.0

05 Jun 11:48

Choose a tag to compare

🚀 Replace Comment Action vv1.0.0

Find, delete, and recreate GitHub comments to move them to the bottom of conversations.

Features

  • Find comments using flexible search criteria
  • 🗑️ Delete existing comments automatically
  • Create fresh comments at the bottom for visibility
  • 🔧 Perfect for CI/CD status updates and bot notifications

Usage

- uses: johanwulf/[email protected]
  with:
    issue-number: 
    body-includes: '<!-- my-comment -->'
    body: |
      <!-- my-comment -->
      Your comment content here