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 }} 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 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