Skip to content

Commit 7f3fa3a

Browse files
committed
Add HL7 template
1 parent 263c091 commit 7f3fa3a

File tree

130 files changed

+14126
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+14126
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add new issues to Project column
2+
on: [issues]
3+
jobs:
4+
github-actions-automate-projects:
5+
runs-on: ubuntu-latest
6+
env:
7+
projectname: https://github.com/${{ github.repository }}/projects/1
8+
9+
steps:
10+
- name: add-new-issues-to-repository-based-project-column
11+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
12+
if: github.event_name == 'issues' && github.event.action == 'opened'
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GITHUB_PROJECT_URL: ${{env.projectname}}
16+
GITHUB_PROJECT_COLUMN_NAME: Inbox

template copy/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/output
2+
.index.json

template copy/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ig-template-fhir
2+
3+
package hl7.fhir.template
4+
5+
Template used for most HL7-defined FHIR implementation guides (based on ig-template-base - package = hl7.base.template). Adds HL7 logos.

template copy/cache.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Package]
2+
size = 132028
3+
install = 03/08/2019 2:48:42 PM
4+
5+
[Packages]
6+
analysis = 2
7+

template copy/config.json

Lines changed: 358 additions & 0 deletions
Large diffs are not rendered by default.

template copy/config/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kramdown:
2+
toc_levels: 1..3

0 commit comments

Comments
 (0)