Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-06-20 10:26:06 +0300
committerdartcafe <github@dartcafe.de>2021-06-20 10:26:06 +0300
commit425ad64ad0b8a3413425b002e0c50aedf3ec3caf (patch)
treef1bec979a3109daaa04ebcab3eb590257ce512ec /.github
parent3ca6c6cb2821f3804af20d439f18b19a4f941078 (diff)
revert stale workflow changes
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2bb0a656..e9ce25e5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -16,11 +16,3 @@ jobs:
exempt-issue-labels: 'enhancement,bug,investigate,UX'
days-before-stale: 30
days-before-close: 5
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- any-of-labels: 'Template missing'
- stale-issue-message: 'This issue is marked as stale, because it is created without using the issue template and will be closed in 5 days.'
- stale-issue-label: 'stale'
- exempt-issue-labels: 'enhancement,bug,investigate,UX'
- days-before-stale: 1
- days-before-close: 5