From 24561365ef3a830f381b4d468e4f849b1789fc3d Mon Sep 17 00:00:00 2001 From: JaviviDS776 Date: Thu, 1 May 2025 21:25:13 -0400 Subject: [PATCH 1/3] =?UTF-8?q?Corrige=20el=20a=C3=B1o=20en=20el=20footer?= =?UTF-8?q?=20del=20README=20de=202022=20a=202023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 186d21fb0ca9722dae467e1448b7dfcd812ad9e8 Mon Sep 17 00:00:00 2001 From: JaviviDS776 Date: Thu, 1 May 2025 21:29:29 -0400 Subject: [PATCH 2/3] 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 7cb4773e99c22853bb5662b2d679c23c09204825 Mon Sep 17 00:00:00 2001 From: JaviviDS776 Date: Thu, 1 May 2025 21:30:24 -0400 Subject: [PATCH 3/3] =?UTF-8?q?Revert=20"Corrige=20el=20a=C3=B1o=20en=20el?= =?UTF-8?q?=20footer=20del=20README=20de=202022=20a=202023"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 24561365ef3a830f381b4d468e4f849b1789fc3d. --- 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._