File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : triage-party-config
5
5
namespace : triage-party
6
6
data :
7
- # The contents of examples/generic-project .yaml
7
+ # The contents of config/config .yaml
8
8
config.yaml : |
9
9
settings:
10
10
name: generic-project
Original file line number Diff line number Diff line change 4
4
5
5
Triage Party includes with two example configurations that are useful to get started:
6
6
7
- * [ generic-project ] ( ../examples/generic-project .yaml ) : uses label regular expressions that work for most GitHub projects
8
- * [ generic- kubernetes] ( ../examples/generic-project .yaml ) : for projects that use Kubernetes-style labels, particularly prioritization
7
+ * [ config ] ( ../config/config .yaml ) : uses label regular expressions that work for most GitHub projects
8
+ * [ kubernetes] ( ../config/ examples/kubernetes .yaml ) : for projects that use Kubernetes-style labels, particularly prioritization
9
9
10
10
## Collections
11
11
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ FROM gcr.io/distroless/base
36
36
COPY --from=builder /src/tparty/main /app/
37
37
COPY site /app/site/
38
38
COPY third_party /app/third_party/
39
- # Include an example config to keep Triage Party from crashing. Supply your own!
40
- COPY examples/generic-project.yaml /app/config/config.yaml
39
+ COPY config/config.yaml /app/config/config.yaml
41
40
42
41
# Useful environment variables:
43
42
#
You can’t perform that action at this time.
0 commit comments