From 6935637dcafcc7f5feceeac1a81c00d97862e754 Mon Sep 17 00:00:00 2001 From: wjohansson94 Date: Mon, 1 Dec 2025 14:51:46 -0500 Subject: [PATCH 1/3] Fix year typo in README footer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1034661..2a2b1d78 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 12fe3327ae71f35d155f56395334cc5ceaa61fe9 Mon Sep 17 00:00:00 2001 From: wjohansson94 Date: Mon, 1 Dec 2025 15:53:48 -0500 Subject: [PATCH 2/3] Revert "Create close_pr.yml" This reverts commit ad95b0abe521c61effc692e83d5babd5fbf25910. --- .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 0d0cc57e..00000000 --- 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 87758d8733ebd447e2658e0ccb492a47a9b82e9e Mon Sep 17 00:00:00 2001 From: wjohansson94 Date: Mon, 1 Dec 2025 15:56:17 -0500 Subject: [PATCH 3/3] Revert "Fix year typo in README footer" This reverts commit 6935637dcafcc7f5feceeac1a81c00d97862e754. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78..b1034661 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._