{"id":16771546,"url":"https://github.com/meysam81/comment-pr","last_synced_at":"2025-03-16T16:19:28.901Z","repository":{"id":230719442,"uuid":"779999450","full_name":"meysam81/comment-pr","owner":"meysam81","description":"A simple, consistent GitHub Action for managing PR comments with built-in deduplication","archived":false,"fork":false,"pushed_at":"2025-03-10T17:49:46.000Z","size":24,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T18:48:02.921Z","etag":null,"topics":["automation","bot","ci-cd","code-quality","code-review","collaboration","comments","continuous-integration","developer-tools","devops","github-actions","github-api","github-workflow","markdown","notifications","pr-management","productivity","pull-request","pull-request-automation","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meysam81.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-31T12:09:14.000Z","updated_at":"2025-03-04T03:59:12.000Z","dependencies_parsed_at":"2024-10-28T20:32:00.541Z","dependency_job_id":"eeac063a-4c76-4c94-b1f8-fd3947b2c089","html_url":"https://github.com/meysam81/comment-pr","commit_stats":null,"previous_names":["meysam81/comment-pr"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcomment-pr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcomment-pr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcomment-pr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcomment-pr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meysam81","download_url":"https://codeload.github.com/meysam81/comment-pr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893973,"owners_count":20364933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bot","ci-cd","code-quality","code-review","collaboration","comments","continuous-integration","developer-tools","devops","github-actions","github-api","github-workflow","markdown","notifications","pr-management","productivity","pull-request","pull-request-automation","workflow-automation"],"created_at":"2024-10-13T06:28:27.826Z","updated_at":"2025-03-16T16:19:28.881Z","avatar_url":"https://github.com/meysam81.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comment PR\n\n\u003c!-- START doctoc --\u003e\n\u003c!-- END doctoc --\u003e\n\nTired of complex PR comment actions?\n\nComment PR provides a straightforward solution for adding and updating\ncomments on Pull Requests.\n\n## Features\n\n- [x] ✨ **Unique Identifiers**: Automatically prevents duplicate comments\n- [x] 🔄 **Smart Updates**: Removes old comments and adds new ones to trigger notifications\n- [x] 📝 **Markdown Support**: Full markdown capabilities for both title and content\n- [x] 🎯 **Minimal Configuration**: Simple YAML setup with just three required fields\n\n## Why Choose Comment PR?\n\n- [x] **Simplicity First**: Designed for developers who want a no-nonsense solution\n- [x] **Consistent Behavior**: Predictable outcomes across all your workflows\n- [x] **Notification Friendly**: Updates trigger GitHub notifications to keep your team informed\n\nPerfect for CI/CD pipelines, automated reviews, and status updates on your Pull Requests.\n\n## Yet Another GH Action?\n\nThere are other GitHub Actions doing the same thing, yet their usage seemed so\ncomplicated to me and I wanted something simple and consistent.\n\nThe objective of this GitHub Action is as follows:\n\n- Have a unique identifier for the comment to avoid duplicates.\n- On subsequent runs, remove the old comment and add another of the exact same\none just to get notified by email from the GitHub notification system.\n\n## Usage\n\n```yaml\njobs:\n  comment-pr:\n    permissions:\n      pull-requests: write # this is necessary\n    runs-on: ubuntu-latest\n    steps:\n      - name: Comment PR\n        uses: meysam81/comment-pr@v1\n        with:\n          # `title` and `content` support markdown\n          title: \"# Custom title\" # ensures idempotency through a unique identifier\n          content: |\n            My content goes here\n          token: ${{ secrets.GITHUB_TOKEN }} # this is required\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fcomment-pr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeysam81%2Fcomment-pr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fcomment-pr/lists"}