From c196bf49d7ddbb4cf3c76c556f949bcfd9dfe01e Mon Sep 17 00:00:00 2001 From: Ravi Senevirathne Date: Wed, 16 Feb 2022 21:56:46 +1100 Subject: [PATCH 1/3] First commit --- ravisenevirathne/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ravisenevirathne/README.md diff --git a/ravisenevirathne/README.md b/ravisenevirathne/README.md new file mode 100644 index 0000000..3f0fc10 --- /dev/null +++ b/ravisenevirathne/README.md @@ -0,0 +1 @@ +README File \ No newline at end of file From 403e294309ef7ab7736413b9c45ef1d45cad40b4 Mon Sep 17 00:00:00 2001 From: Ravi Senevirathne Date: Wed, 16 Feb 2022 23:27:08 +1100 Subject: [PATCH 2/3] Add yml file --- .../ravisenevirathne-c05-actions01.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ravisenevirathne/.github/workflows/ravisenevirathne-c05-actions01.yml diff --git a/ravisenevirathne/.github/workflows/ravisenevirathne-c05-actions01.yml b/ravisenevirathne/.github/workflows/ravisenevirathne-c05-actions01.yml new file mode 100644 index 0000000..109bccb --- /dev/null +++ b/ravisenevirathne/.github/workflows/ravisenevirathne-c05-actions01.yml @@ -0,0 +1,18 @@ +on: + pull_request: + paths: + - 'ravisenevirathne/*' + +jobs: + comment_pr: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v1 + + with: + message: 'Well done ${{ secrets.RAVISENEVIRATHNE_NAME }} ! This is a nice PR.' + GITHUB_TOKEN: ${{ secrets.RAVISENEVIRATHNE_GH_TOKEN }} \ No newline at end of file From a0d0d5825bdc0556b1bc7723b4bea5ee6c006f9c Mon Sep 17 00:00:00 2001 From: Ravi Senevirathne <85973309+ravisenevirathne@users.noreply.github.com> Date: Wed, 16 Feb 2022 23:40:27 +1100 Subject: [PATCH 3/3] Create ravisenevirathne-c05-actions01.yml --- .../ravisenevirathne-c05-actions01.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/ravisenevirathne-c05-actions01.yml diff --git a/.github/workflows/ravisenevirathne-c05-actions01.yml b/.github/workflows/ravisenevirathne-c05-actions01.yml new file mode 100644 index 0000000..614ba25 --- /dev/null +++ b/.github/workflows/ravisenevirathne-c05-actions01.yml @@ -0,0 +1,18 @@ +on: + pull_request: + paths: + - 'ravisenevirathne/*' + +jobs: + comment_pr: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v1 + + with: + message: 'Well done ${{ secrets.RAVISENEVIRATHNE_NAME }} ! This is a nice PR.' + GITHUB_TOKEN: ${{ secrets.RAVISENEVIRATHNE_GH_TOKEN }}