From fb073b804cec5c5071c67004d5fcd91f5f801760 Mon Sep 17 00:00:00 2001 From: Ben Matase Date: Sun, 12 Jan 2025 15:09:44 -0500 Subject: [PATCH 1/4] Add chainlink to list of extensions created by this template --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7b33040..53bf365 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,7 @@ Extension icon made by [Freepik](https://www.freepik.com) from [www.flaticon.com ## Extensions created using this template - [notlmn/copy-as-markdown](https://github.com/notlmn/copy-as-markdown) - Browser extension to copy hyperlinks, images, and selected text as Markdown. +- [BenMatase/chainlink-extension](https://github.com/BenMatase/chainlink-extension) - Browser extension which helps navigating trees of Github PRs. ## License From 312f021adab4d0b1ab23ae6d9cfbadb55900b274 Mon Sep 17 00:00:00 2001 From: Ben Matase Date: Sun, 12 Jan 2025 15:15:23 -0500 Subject: [PATCH 2/4] Add cleanup for extension section --- .github/workflows/template-cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 78864a7..d0899d6 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -24,6 +24,9 @@ jobs: rm -f \ .github/funding.yml \ .github/workflows/template-cleanup.yml + + # Remove the Extensions created using this template section + sed -i '/## Extensions created using this template/,/## License/{/## License/!d}' readme.md - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Template cleanup From 09f1729ba8cfc1c064160416102f5363777d2464 Mon Sep 17 00:00:00 2001 From: fregante Date: Mon, 13 Jan 2025 00:49:23 +0100 Subject: [PATCH 3/4] Discard changes to .github/workflows/template-cleanup.yml --- .github/workflows/template-cleanup.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index d0899d6..78864a7 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -24,9 +24,6 @@ jobs: rm -f \ .github/funding.yml \ .github/workflows/template-cleanup.yml - - # Remove the Extensions created using this template section - sed -i '/## Extensions created using this template/,/## License/{/## License/!d}' readme.md - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Template cleanup From 139d36e43d4743163eb0371305f2a108237b01c9 Mon Sep 17 00:00:00 2001 From: fregante Date: Mon, 13 Jan 2025 00:50:27 +0100 Subject: [PATCH 4/4] Update readme.md --- readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readme.md b/readme.md index 53bf365..0e694ca 100644 --- a/readme.md +++ b/readme.md @@ -106,11 +106,6 @@ Thanks to the included [GitHub Action Workflows](.github/workflows), if you set Extension icon made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0). -## Extensions created using this template - -- [notlmn/copy-as-markdown](https://github.com/notlmn/copy-as-markdown) - Browser extension to copy hyperlinks, images, and selected text as Markdown. -- [BenMatase/chainlink-extension](https://github.com/BenMatase/chainlink-extension) - Browser extension which helps navigating trees of Github PRs. - ## License This browser extension template is released under [CC0](#license) and mentioned below. There is no `license` file included in here, but when you clone this template, you should include your own license file for the specific license you choose to use.