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:
authorRené Gieling <github@dartcafe.de>2020-12-28 15:31:57 +0300
committerGitHub <noreply@github.com>2020-12-28 15:31:57 +0300
commit419462e0c90f09f218958ad747b6baa7fdffa1d3 (patch)
tree7611c800894e39361800254249d92852565430bc /.github
parent5c049377b586ae7256a7faddb29694677f2d2b8d (diff)
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 8082f2b2..53d9cd7d 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,6 +13,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is marked as stale, because it had no activity in the last 30 days. It will be closed in 5 days.'
stale-issue-label: 'stale'
- exempt-issue-labels: 'enhancement,bug,investigate'
+ exempt-issue-labels: 'enhancement,bug,investigate,UX'
days-before-stale: 30
days-before-close: 5