From 810e97a5adb643c1a0291251e1053449e06509ee Mon Sep 17 00:00:00 2001 From: Alysia Lockhart Date: Wed, 1 Oct 2025 08:03:47 -0400 Subject: [PATCH 1/2] Fix typo in README.md 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 ceaeab1ce24032e3b0b80b5ece92400b64352734 Mon Sep 17 00:00:00 2001 From: Alysia Lockhart Date: Wed, 1 Oct 2025 09:50:49 -0400 Subject: [PATCH 2/2] Revert changes to README.md footer --- .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."