This action adds a comment to an open PR
Required The repo's GITHUB_TOKEN.
Required The warning message to comment. The provided message will be prepended with ** WARNING **: .
uses: actions/pr-warning@v1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
warning: "a warning"