diff --git a/.github/workflows/ramiray-c05-actions01.yml b/.github/workflows/ramiray-c05-actions01.yml new file mode 100644 index 0000000..a2a5d31 --- /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.RAMYA_GITHUBTOKEN }} + with: + message: | + Well done ${{ secrets.RAMIRAY_NAME }}! This is a nice PRN + allow-repeats: false \ No newline at end of file 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