From 79dd0bbff223c0ff79ca5a249b0fa0ee148453c6 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:45:34 -0500 Subject: [PATCH 1/4] Update greenting.yml --- .github/workflows/greenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index b0c7e60..39416a0 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -13,4 +13,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Message that will be displayed on users' first issue" - pr-message: "Message that will be displayed on users' first pull request" + pr-message: "Message that will be displayed on users' first pull" From 8e16a554b249d48f2f63f63d3b1cec5592ad2a8c Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:46:17 -0500 Subject: [PATCH 2/4] Update greenting.yml --- .github/workflows/greenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index 39416a0..26933c3 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [push] +on: [issues] jobs: greeting: From 191992a14987d19be176ebe85a444f8aa2039f47 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:47:13 -0500 Subject: [PATCH 3/4] Update greenting.yml --- .github/workflows/greenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index 26933c3..39416a0 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [issues] +on: [push] jobs: greeting: From 29e08e2d5ffb974639b8a0fe01ea6d5fa655b1fb Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:47:47 -0500 Subject: [PATCH 4/4] Update greenting.yml --- .github/workflows/greenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index 39416a0..df601e8 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [push] +on: [push, pull_request] jobs: greeting: