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 01/16] 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 02/16] 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 03/16] 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 04/16] 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 b00ddcd34d4a6288a37637b415646f8948752382 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:51:11 -0500 Subject: [PATCH 05/16] Delete .github/workflows/greenting.yml --- .github/workflows/greenting.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greenting.yml diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml deleted file mode 100644 index b0c7e60..0000000 --- a/.github/workflows/greenting.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [push] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - 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" From 01e1eba999522b48529e980a0a5e6d164242d17c Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:53:37 -0400 Subject: [PATCH 06/16] Create greetings.yml --- .github/workflows/greetings.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..80871f1 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,12 @@ +name: Greetings + +on: [push] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + message: "Test" From 6c8f8224d624cc4baefe574daee9499f67071e66 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:45:07 -0400 Subject: [PATCH 07/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4916356..e442dde 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ test test4 test5 test7 +asd From 3f584f2fb171c36d07813852f027b561f2989546 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:52:33 -0400 Subject: [PATCH 08/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e442dde..ea0ee54 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ test4 test5 test7 asd +adasd From 0efa447b0013671963f960856721ad81347b9930 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Thu, 2 May 2024 15:25:47 -0400 Subject: [PATCH 09/16] Create kjhgkj --- .github/workflows/kjhgkj | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/kjhgkj diff --git a/.github/workflows/kjhgkj b/.github/workflows/kjhgkj new file mode 100644 index 0000000..1036fb1 --- /dev/null +++ b/.github/workflows/kjhgkj @@ -0,0 +1 @@ +asdfgdgf From 0af472162ee099fbc77e83075129447634da50eb Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:20:44 -0400 Subject: [PATCH 10/16] Delete .github/workflows directory --- .github/workflows/greetings.yml | 12 ------------ .github/workflows/kjhgkj | 1 - .github/workflows/manual.yml | 32 -------------------------------- 3 files changed, 45 deletions(-) delete mode 100644 .github/workflows/greetings.yml delete mode 100644 .github/workflows/kjhgkj delete mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 80871f1..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Greetings - -on: [push] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - message: "Test" diff --git a/.github/workflows/kjhgkj b/.github/workflows/kjhgkj deleted file mode 100644 index 1036fb1..0000000 --- a/.github/workflows/kjhgkj +++ /dev/null @@ -1 +0,0 @@ -asdfgdgf diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml deleted file mode 100644 index 77cf180..0000000 --- a/.github/workflows/manual.yml +++ /dev/null @@ -1,32 +0,0 @@ -# This is a basic workflow that is manually triggered - -name: Manual workflow 2 - -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. -on: - workflow_dispatch: - # Inputs the workflow accepts. - inputs: - name: - # Friendly description to be shown in the UI instead of 'name' - description: 'Person to greet' - # Default value if no value is explicitly provided - default: 'Worl123' - # Input has to be provided for the workflow to run - required: true - # The data type of the input - type: string - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "greet" - greet: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Runs a single command using the runners shell - - name: Send greeting - rn: echo "Hello ${{ inputs.name }}" From 5d32472cd567ed048c1316c39332d4e8cb5d249b Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:22:05 -0400 Subject: [PATCH 11/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea0ee54..6ec34be 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ test5 test7 asd adasd +asdasd From 32ada4093a2a806d7e2c26cf067dca565fc0e21f Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:33:16 -0400 Subject: [PATCH 12/16] Create manual.yml --- .github/workflows/manual.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 0000000..bdf726e --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,20 @@ +# This is a basic workflow that is manually triggered + +name: Manual workflow - master + +# Controls when the action will run. Workflow runs when manually triggered using the UI +# or API. +on: [push] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "greet" + greet: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Runs a single command using the runners shell + - name: Send greeting + run: echo "Hello ${{ inputs.name }}" From c11a4c9aad7e7594c7cbeb780090c2bfdd963f22 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:35:03 -0400 Subject: [PATCH 13/16] 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 bdf726e..02d1aff 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -4,7 +4,7 @@ name: Manual workflow - master # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. -on: [push] +on: pull_request # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: From fbd38d00eab9194ee7984d0c6340d3357c933026 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:36:57 -0400 Subject: [PATCH 14/16] 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 02d1aff..023b6ac 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -17,4 +17,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "Hello ${{ inputs.name }}" + run: echo "Hello ${{ inputs.name }}!" From a9c30a634b8a0c6f860415ff4567e3f3216bc2a7 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:37:35 -0400 Subject: [PATCH 15/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ec34be..121423e 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ test7 asd adasd asdasd +asdasd From e2248419cd1f95ef9b0e2e56aaf9e89b3c154b38 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 15:48:43 -0400 Subject: [PATCH 16/16] 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 023b6ac..fef53fd 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -17,4 +17,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "Hello ${{ inputs.name }}!" + run: echo "This is master branch"