From 35fa73c7a1966563cf1c52c629a696ed26ef9c67 Mon Sep 17 00:00:00 2001 From: i-n-s-o-m Date: Sat, 5 Jul 2025 09:04:53 -0400 Subject: [PATCH 1/4] fix typo in readme.md --- 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 f6908dcd37edd7349a1fb92aa336490e60b02494 Mon Sep 17 00:00:00 2001 From: i-n-s-o-m Date: Sat, 5 Jul 2025 09:22:44 -0400 Subject: [PATCH 2/4] Revert "Delete close_pr.yml" This reverts commit 83026bb2b9688feea1dea289ca22efd7209440dd. --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/close_pr.yml diff --git a/.github/ISSUE_TEMPLATE/close_pr.yml b/.github/ISSUE_TEMPLATE/close_pr.yml new file mode 100644 index 0000000000..0d0cc57ea9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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 82d04c1674f62613a9cfc65140fc5cb50b252534 Mon Sep 17 00:00:00 2001 From: i-n-s-o-m Date: Sat, 5 Jul 2025 09:24:52 -0400 Subject: [PATCH 3/4] Revert "Revert "Delete close_pr.yml"" This reverts commit f6908dcd37edd7349a1fb92aa336490e60b02494. --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/close_pr.yml diff --git a/.github/ISSUE_TEMPLATE/close_pr.yml b/.github/ISSUE_TEMPLATE/close_pr.yml deleted file mode 100644 index 0d0cc57ea9..0000000000 --- a/.github/ISSUE_TEMPLATE/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 1adf8a6b893a039f793d2dedadae50e53ede9879 Mon Sep 17 00:00:00 2001 From: i-n-s-o-m Date: Sat, 5 Jul 2025 09:28:03 -0400 Subject: [PATCH 4/4] Revert "fix typo in readme.md" This reverts commit 35fa73c7a1966563cf1c52c629a696ed26ef9c67. --- 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._