From 4039c605a6ba9d918f3dee8f3c1d556159476797 Mon Sep 17 00:00:00 2001 From: Chimaobi-Johnson Date: Sat, 6 Sep 2025 14:43:38 -0400 Subject: [PATCH 1/3] updated footer text in Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..2a2b1d7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 1512c81bfd7947e449a2fe3d38efec5bb3bb8f12 Mon Sep 17 00:00:00 2001 From: Chimaobi-Johnson Date: Sat, 6 Sep 2025 14:49:43 -0400 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 0d0cc57..0000000 --- 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 6472ea03f9fd346b674ebda418d380deaa40997f Mon Sep 17 00:00:00 2001 From: Chimaobi-Johnson Date: Sat, 6 Sep 2025 14:51:20 -0400 Subject: [PATCH 3/3] Revert "updated footer text in Readme file" This reverts commit 4039c605a6ba9d918f3dee8f3c1d556159476797. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d7..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._