Skip to content

Commit 58a84e0

Browse files
committed
classic - first
1 parent e4a76dd commit 58a84e0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/classic.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: pull_request
2+
3+
jobs:
4+
example_comment_pr:
5+
runs-on: ubuntu-latest
6+
name: An example job to comment a PR
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
11+
- name: Comment PR
12+
uses: thollander/actions-comment-pull-request@v3
13+
with:
14+
message: |
15+
Hello world ! :wave:

0 commit comments

Comments
 (0)