[user "admin"] password = admin cookie = dd94709528bb1c83d08f3088d4043f4742891f4f role = "#admin" role = "#notfederated" [user "userthree"] password = "#externalAccount" cookie = d7d3894fc517612aa6c595555b6e1ab8e147e597 displayName = User Three emailAddress = userthree@gitblit.com role = "#admin" [user "userone"] password = "#externalAccount" cookie = c97cd38e50858cd0b389ec61b18fb9a89b4da54c displayName = User One emailAddress = User.One@gitblit.com role = "#admin" [user "usertwo"] password = "#externalAccount" cookie = 498ca9bd2841d39050fa45d1d737b9f9f767858d displayName = User Two emailAddress = usertwo@gitblit.com role = "#admin" [user "basic"] password = MD5:f17aaabc20bfe045075927934fed52d2 cookie = dd94709528bb1c83d08f3088d4043f4742891f4f role = "#fork" repository = RW:~repocreator/shb.git repository = V:test/gitective.git [user "repocreator"] password = MD5:b77e53bb561c47368d133b22e285f60b cookie = dd94709528bb1c83d08f3088d4043f4742891f4f role = "#create" [team "Git_Admins"] role = "#none" user = userone [team "Git_Users"] role = "#none" user = userone user = usertwo user = userthree [team "Git Admins"] role = "#none" user = usertwo /stable30/sabre-dav-itip-broker'>3rdparty/stable30/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
blob: b5d93c2d9485fa4b6ea1f1579d864220a66b3b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# We wait 1 months to check
daysUntilStale: 30

# If no answer after two weeks, we close
daysUntilClose: 14

# Only issues that requires info from the op
onlyLabels:
  - "needs info"

# Only if issues that are not triaged
exemptLabels:
  - "1. to develop"
  - "2. developing"
  - "3. to review"
  - "4. to release"
  - security

# Label to use when marking as stale
staleLabel: stale

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
  This issue has been automatically marked as stale because it has not had
  recent activity and seems to be missing some essential information.
  It will be closed if no further activity occurs. Thank you
  for your contributions.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

# Limit to only `issues` or `pulls`
only: issues