-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris McIntosh
authored
Apr 21, 2021
1 parent
cd5dfe3
commit 3216df1
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# .github | ||
Default settings for repositories | ||
This comment has been minimized.
Sorry, something went wrong. |
||
This repository holds the [Organization Level Workflow Templates](https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization) for the department of veterans affairs. | ||
|
||
For this to work the Repository must be Public. If you are opening PR's into this repository please remember that it can contain no PII or PHI or any other data considered "secret". | ||
|
||
## Usage | ||
To add a workflow template please look at the sample [Hello World](https://github.com/department-of-veterans-affairs/.github/blob/master/workflow-templates/ci.yml) template as well as read through the documentation. | ||
Once you are ready to add your template, please clone the repository and open a Pull Request with your changes. | ||
|
||
## Troubleshooting | ||
Please contact the Organization Admin team through the [help](https://github.com/department-of-veterans-affairs/github-user-requests) repository for issues. |
Follow up