Skip to content

Commit

Permalink
chore: Update Templates and Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarsheechatterjee committed Apr 8, 2023
1 parent d0f049c commit d70cb65
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 9 additions & 3 deletions .github/workflows/issue_moderator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
[
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d70cb65

Please sign in to comment.