-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdj-wasabi.yml
90 lines (83 loc) · 2.18 KB
/
dj-wasabi.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
owner: Werner Dijkerman
version: 0.4
# Configuring the changelog-generator Docker image
changelog:
image: ferrarimarco/github-changelog-generator
volumes:
PWD: /usr/local/src/your-app
environment:
- CHANGELOG_GITHUB_TOKEN
arguments:
owner: -u
repository: -p
version: --future-release
# The following set of labels needs be configured and available
# on all Github repositories.
labels:
- name: enhancement
color: a2eeef
description: New feature or requests.
- name: deprecated
color: d73a4a
description: This feature is deprecated.
- name: backwards-incompatible
color: '000000'
description: An backwards incompatible issues or causes issues for migration.
- name: bug
color: d73a4a
description: Something isn't working.
- name: security
color: B60205
description: Security related issue.
- name: invalid
color: e4e669
description: This doesn't seem right.
- name: wontfix
color: ffffff
description: This will not be worked on.
- name: duplicate
color: cfd3d7
description: This issue or pull request already exists.
- name: first-issue
color: 0052cc
description: Nice first issue for newcomers
- name: needed-help
color: FBCA04
description: Issues/PR requires help to continue.
# Configuration of scripts that can be executed with the 'run-me.py' script.
#
# name: The name of the script that needs to be executed.
# clone: If a git clone needs to be performed in the tmp directory.
# args: A list with arguments that needs to be provided when running the script.
#
scripts:
- name: label.py
clone: false
args:
- -r
- name: repository.py
clone: false
args:
- -r
# A list with all repositories that is "maintained" by the scripts found
# in the 'scripts' property.
repository_default:
wiki: false
projects: false
archived: false
vulnerability: false
repositories:
- name: consul
- name: vault
- name: dj-wasabi-release
- name: helm-zabbix
- name: ansible-telegraf
- name: ansible-ossec-agent
- name: ansible-ossec-server
- name: pre-commit-hooks
- name: vagrant-kubernetes
- name: ansible-role-php
- name: packer-centos-vsphere-example
- name: clair-and-docker-notary-example
- name: consul-acl-examples
- name: docker-local-development-puppet