From edc44bf1681a7a22a284fa92085fefd20c498e6f Mon Sep 17 00:00:00 2001 From: Priyanka Gaikwad Date: Mon, 28 Oct 2024 03:10:19 -0400 Subject: [PATCH 1/2] Save changes before reverting --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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." 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 e2f51db4b2584b2c4eec49b19cd0d1d2f4f3f937 Mon Sep 17 00:00:00 2001 From: Priyanka Gaikwad Date: Mon, 28 Oct 2024 03:10:31 -0400 Subject: [PATCH 2/2] Revert "Save changes before reverting" This reverts commit edc44bf1681a7a22a284fa92085fefd20c498e6f. --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 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." 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._