From a5ce166c138373572f91b025dc97ef1a742e8ab0 Mon Sep 17 00:00:00 2001 From: zacklim33 Date: Sat, 7 Dec 2024 08:27:00 -0500 Subject: [PATCH 1/5] chanaged readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 8ff0efab8974150fdb2cb9ce3dddfab3d8dd113a Mon Sep 17 00:00:00 2001 From: zacklim33 Date: Sat, 7 Dec 2024 09:24:38 -0500 Subject: [PATCH 2/5] Revert "Create close_pr.yml" This reverts commit ee50e9a87eab9ee7217f08b5c6384b1a3fb43b3c. --- .github/workflows/close_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/close_pr.yml diff --git a/.github/workflows/close_pr.yml b/.github/workflows/close_pr.yml deleted file mode 100644 index 0d0cc57ea9..0000000000 --- a/.github/workflows/close_pr.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - # Optional. Post a issue comment just before closing a pull request. - comment: "Congratulations! You have completed the lab. Closing for maintainence purpose." From fa8e7c1079c25512cf94384e1942c697f3655e08 Mon Sep 17 00:00:00 2001 From: zacklim33 Date: Sat, 7 Dec 2024 09:27:35 -0500 Subject: [PATCH 3/5] Revert "Revert "Create close_pr.yml"" This reverts commit 8ff0efab8974150fdb2cb9ce3dddfab3d8dd113a. --- .github/workflows/close_pr.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/close_pr.yml diff --git a/.github/workflows/close_pr.yml b/.github/workflows/close_pr.yml new file mode 100644 index 0000000000..0d0cc57ea9 --- /dev/null +++ b/.github/workflows/close_pr.yml @@ -0,0 +1,14 @@ +name: Close Pull Request + +on: + pull_request_target: + types: [opened] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: superbrothers/close-pull-request@v3 + with: + # Optional. Post a issue comment just before closing a pull request. + comment: "Congratulations! You have completed the lab. Closing for maintainence purpose." From b3c008085fdccce7b4483e0ee922377c29c72a78 Mon Sep 17 00:00:00 2001 From: zacklim33 Date: Sat, 7 Dec 2024 09:40:08 -0500 Subject: [PATCH 4/5] Revert "Revert "Revert "Create close_pr.yml""" This reverts commit fa8e7c1079c25512cf94384e1942c697f3655e08. --- .github/workflows/close_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/close_pr.yml diff --git a/.github/workflows/close_pr.yml b/.github/workflows/close_pr.yml deleted file mode 100644 index 0d0cc57ea9..0000000000 --- a/.github/workflows/close_pr.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - # Optional. Post a issue comment just before closing a pull request. - comment: "Congratulations! You have completed the lab. Closing for maintainence purpose." From b7957298ca2126fa981236034e9cb1f401db4373 Mon Sep 17 00:00:00 2001 From: zacklim33 Date: Sat, 7 Dec 2024 23:37:35 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._