From 246b6d7d1a87a5df2fbe0a6f078d9682e21b8a4c Mon Sep 17 00:00:00 2001 From: IshanO6 Date: Thu, 18 Dec 2025 12:31:11 -0500 Subject: [PATCH 1/2] updated file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1034661..6d87c907 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023XYZ, Inc._ From 06abdd194853e73ad1ffaff09a5f737747f8637c Mon Sep 17 00:00:00 2001 From: IshanO6 Date: Thu, 18 Dec 2025 12:43:41 -0500 Subject: [PATCH 2/2] qRevert "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."