CofeehousePy/nlpfr/tools/travis/travis-ci-commenter.sh

7 lines
262 B
Bash
Raw Normal View History

2021-01-14 08:07:24 +01:00
#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST \
-d "{\"body\": \"[CI: retest]\"}" \
"https://api.github.com/repos/${TRAVIS_REPO_SLUG}/issues/${TRAVIS_PULL_REQUEST}/comments"