From f9bb2e6111bed8431186a7a0fdadc3099415d796 Mon Sep 17 00:00:00 2001 From: Jay Amaranayake Date: Mon, 24 Aug 2020 22:29:41 +1000 Subject: [PATCH 1/2] Add PR comment action --- .github/workflows/jay_c05_actions01.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/jay_c05_actions01.yaml 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 From c0ae849af41975550fbb9ab9f3089bd389ae47d6 Mon Sep 17 00:00:00 2001 From: Jay Amaranayake Date: Mon, 24 Aug 2020 22:33:21 +1000 Subject: [PATCH 2/2] Add update --- jayanath/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! ⛏️