diff --git a/.github/workflows/beardedsamwise.yml b/.github/workflows/beardedsamwise.yml new file mode 100644 index 0000000..58a83b8 --- /dev/null +++ b/.github/workflows/beardedsamwise.yml @@ -0,0 +1,19 @@ +on: + pull_request: + paths: + - 'beardedsamwise/*' + +jobs: + example_comment_pr: + runs-on: ubuntu-latest + name: Comment on all PRs raised by beardedsamwise + steps: + - name: Checkout + uses: actions/checkout@v1 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v1 + + with: + message: 'Well done ${{ secrets.BEARDED_NAME }} ! This is a nice PR.' + GITHUB_TOKEN: ${{ secrets.BEARDED_KEY }} diff --git a/beardedsamwise/test.txt b/beardedsamwise/test.txt new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/beardedsamwise/test.txt @@ -0,0 +1 @@ +Hello World