No description
  • JavaScript 100%
Find a file
2026-01-08 15:08:37 -05:00
dist rm dist/licenses.txt 2022-07-06 15:26:45 -05:00
.gitignore review comments, add gitignore 2022-07-06 09:13:24 -05:00
action.yaml Update action.yaml 2024-05-08 12:31:55 -07:00
CODEOWNERS Add CODEOWNERS 2026-01-08 14:08:17 -05:00
index.js review comments, add gitignore 2022-07-06 09:13:24 -05:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE 2022-10-12 22:05:14 +00:00
package-lock.json initial commit 2022-07-05 13:18:52 -05:00
package.json initial commit 2022-07-05 13:18:52 -05:00
README.md review comments, add gitignore 2022-07-06 09:13:24 -05:00

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"