File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
infrastructure/repository Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 15
15
{{ end -}}
16
16
{{- end -}}
17
17
18
- {{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-guide") }}
18
+ {{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-action") (index .NotesByType "new- guide") }}
19
19
{{- if $features }}
20
20
FEATURES:
21
21
Original file line number Diff line number Diff line change 7
7
* **New Ephemeral Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
8
8
{{- else if eq "new-function" .Type -}}
9
9
* **New Function:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
10
+ {{- else if eq "new-action" .Type -}}
11
+ * **New Action:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
10
12
{{- else if eq "new-guide" .Type -}}
11
13
* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
12
14
{{- else -}}
Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ variable "workflow_labels" {
109
109
color = " dc477d" , # color:consul
110
110
description = " Waiting for first response or review from a maintainer."
111
111
},
112
+ " new-action" = {
113
+ color = " ac72f0" , # color:terraform (link on black)
114
+ description = " Introduces a new action."
115
+ },
112
116
" new-data-source" = {
113
117
color = " ac72f0" , # color:terraform (link on black)
114
118
description = " Introduces a new data source."
You can’t perform that action at this time.
0 commit comments