From 58a84e0fff642194a151f0d1231ffa50e9374072 Mon Sep 17 00:00:00 2001 From: jimrothstein Date: Sun, 20 Jul 2025 20:04:07 -0700 Subject: [PATCH] classic - first --- .github/workflows/classic.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/classic.yml 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