From fee692e91fb4a0e6d71613652d77ac91aaef6492 Mon Sep 17 00:00:00 2001 From: ramiray Date: Tue, 1 Sep 2020 23:11:36 +1000 Subject: [PATCH 1/3] ramiray/c05-actions01 --- .github/workflows/ramiray-c05-actions01.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ramiray-c05-actions01.yml diff --git a/.github/workflows/ramiray-c05-actions01.yml b/.github/workflows/ramiray-c05-actions01.yml new file mode 100644 index 0000000..d6706a4 --- /dev/null +++ b/.github/workflows/ramiray-c05-actions01.yml @@ -0,0 +1,16 @@ +name: Ramiray c05-actions01 +on: + pull_request: + paths: + - "ramiray/**" +jobs: + prcomment: + runs-on: ubuntu-latest + steps: + - uses: mshick/add-pr-comment@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + message: | + Well done ${{ secrets.RAMYA }}! This is a nice PRN + allow-repeats: false \ No newline at end of file From 0eb1364d041fe1bb4c6a8e5a0c9a6a341e201657 Mon Sep 17 00:00:00 2001 From: ramiray Date: Tue, 1 Sep 2020 23:29:09 +1000 Subject: [PATCH 2/3] adding github name and token --- .github/workflows/ramiray-c05-actions01.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ramiray-c05-actions01.yml b/.github/workflows/ramiray-c05-actions01.yml index d6706a4..a2a5d31 100644 --- a/.github/workflows/ramiray-c05-actions01.yml +++ b/.github/workflows/ramiray-c05-actions01.yml @@ -9,8 +9,8 @@ jobs: steps: - uses: mshick/add-pr-comment@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RAMYA_GITHUBTOKEN }} with: message: | - Well done ${{ secrets.RAMYA }}! This is a nice PRN + Well done ${{ secrets.RAMIRAY_NAME }}! This is a nice PRN allow-repeats: false \ No newline at end of file From 07856bb8a2507dd9a8474100e7529c53e243c646 Mon Sep 17 00:00:00 2001 From: ramiray Date: Tue, 1 Sep 2020 23:33:04 +1000 Subject: [PATCH 3/3] adding testfile --- ramiray/testfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ramiray/testfile.txt diff --git a/ramiray/testfile.txt b/ramiray/testfile.txt new file mode 100644 index 0000000..af82b3a --- /dev/null +++ b/ramiray/testfile.txt @@ -0,0 +1 @@ +This is test file for testing - c05-action01 \ No newline at end of file