# pr-warning **Repository Path**: mirrors_hashicorp/pr-warning ## Basic Information - **Project Name**: pr-warning - **Description**: A GitHub action that creates a ** Warning ** comment on a PR - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-08 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Post a comment javascript action This action adds a comment to an open PR ## Inputs ## `repo-token` **Required** The repo's GITHUB_TOKEN. ## `warning` **Required** The warning message to comment. The provided message will be prepended with `** WARNING **: `. ## Example usage ``` uses: actions/pr-warning@v1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} warning: "a warning" ```