From 6f063d5dd928dac3d31c60b2f2cc3e5352d91608 Mon Sep 17 00:00:00 2001 From: Felipe Naliato Date: Tue, 29 Jul 2025 10:12:21 -0400 Subject: [PATCH 1/2] Preparando para revert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..92f3b9a8c3 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ + From 5b60563f0682e3b255ccea3ee80debf604b4fa89 Mon Sep 17 00:00:00 2001 From: Felipe Naliato Date: Tue, 29 Jul 2025 10:12:29 -0400 Subject: [PATCH 2/2] 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."