diff --git a/.github/workflows/jay_c05_actions01.yaml b/.github/workflows/jay_c05_actions01.yaml new file mode 100644 index 0000000..5852c4f --- /dev/null +++ b/.github/workflows/jay_c05_actions01.yaml @@ -0,0 +1,15 @@ +on: + pull_request: + paths: + - 'jayanath/**' + +jobs: + jay_c05_action: + runs-on: ubuntu-latest + steps: + - uses: mshick/add-pr-comment@v1 + with: + message: | + Well done "${{ secrets.JAY_NAME }}" ! This is a nice PR! 🏖️ + repo-token: ${{ secrets.JAY_GH_TOKEN }} + allow-repeats: false \ No newline at end of file diff --git a/jayanath/README.md b/jayanath/README.md index f7cbe67..5838989 100644 --- a/jayanath/README.md +++ b/jayanath/README.md @@ -1 +1 @@ -GitHub Actions Rocks! +GitHub Actions Rocks! ⛏️