diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 57556586..d0d89893 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -53,7 +53,7 @@ body: description: | You can find your LNReader version in **More → About**. placeholder: | - Example: "1.1.12" + Example: "1.1.15" validations: required: true @@ -85,7 +85,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[1.1.12](https://github.com/LNReader/lnreader/releases/latest)**. + - label: I have updated the app to version **[1.1.15](https://github.com/LNReader/lnreader/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 4d4c7b77..758d74ab 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -32,7 +32,7 @@ body: required: true - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/LNReader/lnreader/issues/new/choose). required: true - - label: I have updated the app to version **[1.1.12](https://github.com/LNReader/lnreader/releases/latest)**. + - label: I have updated the app to version **[1.1.15](https://github.com/LNReader/lnreader/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index b3f92fab..0d100a78 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -11,13 +11,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Moderate issues - uses: tachiyomiorg/issue-moderator-action@v1 + uses: tachiyomiorg/issue-moderator-action@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + duplicate-label: Duplicate + duplicate-check-enabled: true - duplicate-check-label: Source Request + duplicate-check-labels: | + ["Source request", "Domain changed"] + existing-check-enabled: true - existing-check-label: Source Request + existing-check-labels: | + ["Source request", "Domain changed"] + auto-close-rules: | [ { diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 7c0f04c5..851ec018 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,7 +12,7 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v4 with: github-token: ${{ github.token }} issue-lock-inactive-days: "2"