diff --git a/README.md b/README.md index c428d4b..b570941 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ that locks closed issues and pull requests after a period of inactivity. The continued development of Lock Threads is made possible thanks to the support of awesome backers. If you'd like to join them, -please consider contributing with [Patreon](https://www.patreon.com/dessant), -[PayPal](https://www.paypal.me/ArminSebastian) or [Bitcoin](https://goo.gl/uJUAaU). +please consider contributing with +[Patreon](https://armin.dev/go/patreon?pr=lock-threads&src=repo), +[PayPal](https://armin.dev/go/paypal?pr=lock-threads&src=repo) or +[Bitcoin](https://armin.dev/go/bitcoin?pr=lock-threads&src=repo). ## Usage @@ -23,7 +25,7 @@ please consider contributing with [Patreon](https://www.patreon.com/dessant), 2. Create `.github/lock.yml` based on the template below 3. It will start scanning for closed issues and/or pull requests within an hour -⚠️ **If possible, install the app only for select repositories. +**If possible, install the app only for select repositories. Do not leave the `All repositories` option selected, unless you intend to use the app for all current and future repositories.** diff --git a/assets/app-description.md b/assets/app-description.md index bc9dd4d..05e7962 100644 --- a/assets/app-description.md +++ b/assets/app-description.md @@ -2,13 +2,17 @@ A GitHub App that locks closed issues and pull requests after a period of inacti ![](https://raw.githubusercontent.com/dessant/lock-threads/master/assets/screenshot.png) +## Supporting the Project + +The continued development of Lock Threads is made possible thanks to the support of awesome backers. If you'd like to join them, please consider contributing with [Patreon](https://armin.dev/go/patreon?pr=lock-threads&src=repo), [PayPal](https://armin.dev/go/paypal?pr=lock-threads&src=repo) or [Bitcoin](https://armin.dev/go/bitcoin?pr=lock-threads&src=repo). + ## Usage 1. **[Install the GitHub App](https://github.com/apps/lock)** for the intended repositories 2. Create `.github/lock.yml` based on the template below 3. It will start scanning for closed issues and/or pull requests within an hour -⚠️ **If possible, install the app only for select repositories. Do not leave the `All repositories` option selected, unless you intend to use the app for all current and future repositories.** +**If possible, install the app only for select repositories. Do not leave the `All repositories` option selected, unless you intend to use the app for all current and future repositories.** #### Configuration @@ -54,7 +58,3 @@ setLockReason: true # Repository to extend settings from # _extends: repo ``` - -## Supporting the Project - -The continued development of Lock Threads is made possible thanks to the support of awesome backers. If you'd like to join them, please consider contributing with [Patreon](https://www.patreon.com/dessant), [PayPal](https://www.paypal.me/ArminSebastian) or [Bitcoin](https://goo.gl/uJUAaU).