From f5b3c046fefd3c47de336efab642fe6a12d7867c Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:20:41 -0500 Subject: [PATCH 1/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65d7159..4916356 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ test3 test test4 test5 +test7 From a8feb165a672ee42c2d2f80d1aeb4cf6f351f31b Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:49:45 -0500 Subject: [PATCH 2/8] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d29dde4..13a5b7c 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Inputs the workflow accepts. inputs: - name: + nme: # Friendly description to be shown in the UI instead of 'name' description: 'Person to greet' # Default value if no value is explicitly provided From 899937de86f6c124f42a35235d85e2a8cc17f0db Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:50:43 -0500 Subject: [PATCH 3/8] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 13a5b7c..77cf180 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Inputs the workflow accepts. inputs: - nme: + name: # Friendly description to be shown in the UI instead of 'name' description: 'Person to greet' # Default value if no value is explicitly provided @@ -29,4 +29,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "Hello ${{ inputs.name }}" + rn: echo "Hello ${{ inputs.name }}" From 5d7330f65eea2e0dd157959c2cef01d959f3d7d1 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:44:50 -0500 Subject: [PATCH 4/8] 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 4677434..b0c7e60 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request_target, issues] +on: [push] jobs: greeting: 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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: