From 0d6c8d906cd288426ee0aca01e2316d27d53fbc8 Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 17:53:14 +0200 Subject: [PATCH 1/6] Update 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 e8b1dc28a7cfebc780dc8fd3d8632e6cd60cbe0d Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 10:57:02 -0500 Subject: [PATCH 2/6] fix --- .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 ec7d38b12134e65f17317ccd63c85664832e8657 Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 11:04:00 -0500 Subject: [PATCH 3/6] Revert "fix" This reverts commit e8b1dc28a7cfebc780dc8fd3d8632e6cd60cbe0d. --- .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 da062c636c0cb57b42e1b0fe295b88662c8ee68d Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 11:05:07 -0500 Subject: [PATCH 4/6] Revert "Revert "fix"" This reverts commit ec7d38b12134e65f17317ccd63c85664832e8657. --- .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 1ee337419f15ad668f922985f7997bdece75ff8a Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 11:05:42 -0500 Subject: [PATCH 5/6] Revert "Revert "Revert "fix""" This reverts commit da062c636c0cb57b42e1b0fe295b88662c8ee68d. --- .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 29023e3967e3344c29699d28ab2c250deee9798f Mon Sep 17 00:00:00 2001 From: julia-vorobchenko-streamline Date: Fri, 29 Nov 2024 11:08:30 -0500 Subject: [PATCH 6/6] Revert "Update README.md" This reverts commit 0d6c8d906cd288426ee0aca01e2316d27d53fbc8. --- 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._