-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathrepo.yaml
More file actions
34 lines (29 loc) · 814 Bytes
/
repo.yaml
File metadata and controls
34 lines (29 loc) · 814 Bytes
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
templateApi: 1.0.0
metadata:
type: repo
name: azure-health-data-services-toolkit-fhir-function-quickstart
description: Quickstart for FHIR Function App with Azure Health Data Services Toolkit
repo:
includeProjectAssets: false
remotes:
- name: azure-samples-main
url: git@github.com:Azure-Samples/azure-health-data-services-toolkit-fhir-function-quickstart.git
- name: azure-samples-staging
url: git@github.com:Azure-Samples/azure-health-data-services-toolkit-fhir-function-quickstart.git
branch: staging
rewrite:
rules:
- from: "<!--"
to: ""
patterns:
- "README.md"
- from: "-->"
to: ""
patterns:
- "README.md"
assets:
# Common assets
- from: ./
to: ./
ignore:
- repo.yaml