From 8bb309ec01e325f2793acae5bcc4cbb524b4d193 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 31 Jul 2025 18:01:12 -0400 Subject: [PATCH 1/3] Arreglo de bug pro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..8c8a5c7243 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc. From de39b43b562704fb92cf615da81483bcbd879d03 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 31 Jul 2025 18:23:14 -0400 Subject: [PATCH 2/3] Diego --- .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 e2d5035c40157a8af45303e702849a472a804e09 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 31 Jul 2025 18:23:44 -0400 Subject: [PATCH 3/3] Revert "Arreglo de bug pro" This reverts commit 8bb309ec01e325f2793acae5bcc4cbb524b4d193. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c8a5c7243..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc. +_© 2022 XYZ, Inc._