From 7f3e8c54551feea745e7e9b5a989ef1039a2857c Mon Sep 17 00:00:00 2001 From: Daeraxa <58074586+Daeraxa@users.noreply.github.com> Date: Sun, 1 May 2022 16:16:04 +0100 Subject: [PATCH] test --- .github/workflows/close-stale-issues.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 9e00dbc0b1..3dc608f7b2 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -1,7 +1,5 @@ name: 'Close stale issues' -on: - schedule: - - cron: '0 16 * * *' +on: workflow_dispatch permissions: issues: write jobs: @@ -12,8 +10,8 @@ jobs: with: # Use this to do a dry run from a pull request # debug-only: true - stale-issue-message: "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions." - days-before-stale: 30 + stale-issue-message: "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the [Joplin forum](https://discourse.joplinapp.org/). This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions." + days-before-stale: 0 days-before-close: 7 operations-per-run: 1000 exempt-issue-labels: 'good first issue,upstream,backlog,high,medium,spec,cannot reproduce,enhancement'