# pr-comment **Repository Path**: mirrors_afc163/pr-comment ## Basic Information - **Project Name**: pr-comment - **Description**: 第 3 章 アクション - TypeScript アクション - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-16 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

GitHub Actions status

# PR Comment Action This action comments a message on PR. ## Inputs ### `repo-token` **Required** The GitHub Token for comment on PR. ### `message` **Required** The message to comment on PR. ## Outputs ### `commentUrl` The PR comment URL. ## Example Usage ```yaml uses: github-actions-up-and-running/pr-comment@v1.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} message: Nice PR!👍 ```