diff --git a/.github/workflows/marshalldaniel-c05-actions01.yml b/.github/workflows/marshalldaniel-c05-actions01.yml new file mode 100644 index 0000000..ff9a38f --- /dev/null +++ b/.github/workflows/marshalldaniel-c05-actions01.yml @@ -0,0 +1,19 @@ +on: + pull_request: + paths: + - 'marshalldaniel/*' + +jobs: + comment_pr: + runs-on: ubuntu-latest + name: Comment on all PRs targeting marshalldaniel/* + steps: + - name: Checkout + uses: actions/checkout@v1 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v1 + + with: + message: 'Well done ${{ secrets.MARSHALLDANIEL_NAME }} ! This is a nice PR.' + GITHUB_TOKEN: ${{ secrets.MARSHALLDANIEL_GHKEY }} \ No newline at end of file diff --git a/marshalldaniel/README.md b/marshalldaniel/README.md new file mode 100644 index 0000000..8f6e7ef --- /dev/null +++ b/marshalldaniel/README.md @@ -0,0 +1 @@ +Empty :)