diff --git a/.github/workflows/classic.yml b/.github/workflows/classic.yml new file mode 100644 index 00000000..f60765e3 --- /dev/null +++ b/.github/workflows/classic.yml @@ -0,0 +1,15 @@ +on: pull_request + +jobs: + example_comment_pr: + runs-on: ubuntu-latest + name: An example job to comment a PR + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v3 + with: + message: | + Hello world ! :wave: \ No newline at end of file