diff --git a/.github/workflows/chisholm-ray_c05-actions01.yml b/.github/workflows/chisholm-ray_c05-actions01.yml new file mode 100644 index 0000000..8d7e97d --- /dev/null +++ b/.github/workflows/chisholm-ray_c05-actions01.yml @@ -0,0 +1,20 @@ +on: + pull_request: + paths: + - 'chisholm-ray/**' + +jobs: + comment_pr: + runs-on: ubuntu-latest + name: Comment on chisholm-ray PR + steps: + - name: Checkout + uses: actions/checkout@v1 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v1 + + with: + message: 'Well done ${{ secrets.CCR_NAME }} ! This is a nice PR' + GITHUB_TOKEN: ${{ secrets.CCR_GITHUB_TOKEN}} + diff --git a/chisholm-ray/README.md b/chisholm-ray/README.md new file mode 100644 index 0000000..38fbae0 --- /dev/null +++ b/chisholm-ray/README.md @@ -0,0 +1 @@ +are you really reading this? \ No newline at end of file