aboutsummaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-12 13:26:50 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-12 13:26:50 +0100
commit3d2b58b387ce8b22cd7b674445d56d81019ef16c (patch)
tree7bf922ae2932ca9467246fca7288a49deb29ea9b /.github/stale.yml
parentAdd withTheme context to button (diff)
parentFix windows token login (diff)
downloadferdium-app-3d2b58b387ce8b22cd7b674445d56d81019ef16c.tar.gz
ferdium-app-3d2b58b387ce8b22cd7b674445d56d81019ef16c.tar.zst
ferdium-app-3d2b58b387ce8b22cd7b674445d56d81019ef16c.zip
Merge branch 'develop' into chore/lerna
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 59a443d96..88f863d74 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -11,6 +11,8 @@ daysUntilClose: -1 # Close the issue almost immediately. See: https://github.com
11exemptLabels: 11exemptLabels:
12 - blocker 12 - blocker
13 - security 13 - security
14 - feature request
15 - bug
14 16
15# Label to use when marking an issue as stale 17# Label to use when marking an issue as stale
16staleLabel: "[Status] Stale" 18staleLabel: "[Status] Stale"