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/hello-world-javascript-action@v1.5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
warning: "a warning"