diff --git a/.github/label-actions.yml b/.github/label-actions.yml new file mode 100644 index 0000000..4729315 --- /dev/null +++ b/.github/label-actions.yml @@ -0,0 +1,11 @@ +"🚦 status: awaiting triage": + issues: + comment: > + To reduce notifications, issues are locked until they are https://github.com/neon-mmd/websurfx/labels/%F0%9F%8F%81%20status%3A%20ready%20for%20dev and to be assigned. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md + lock: true + +"🏁 status: ready for dev": + issues: + comment: > + The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md + unlock: true diff --git a/.github/workflows/issue-lock-unlock.yml b/.github/workflows/issue-lock-unlock.yml new file mode 100644 index 0000000..29fb3f5 --- /dev/null +++ b/.github/workflows/issue-lock-unlock.yml @@ -0,0 +1,16 @@ +name: "lock/unlock issue" + +on: + issues: + types: labeled + +permissions: + issues: write + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/label-actions@v3 + with: + process-only: issues diff --git a/Cargo.lock b/Cargo.lock index 7d35413..571bdd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3797,7 +3797,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.20.9" +version = "0.20.10" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index dadc302..0836409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.20.9" +version = "0.20.10" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx"