Skip to content

Commit

Permalink
Clean up after rename (#26)
Browse files Browse the repository at this point in the history
* Fix workflow input called 'project' to use empty string as default value
* Delete old files that has been replaced:
  * build-documentation.yml --> convert-markdown.yml
  * sample-call-build-documenation.yml  --> README.md in root
  * sample-call-convert-markdown.yaml  --> README.md in root
  * build-docs.ps1 --> mdconvert.ps1
  * cover.png --> designdoc-cover.png
  * logo.png --> designdoc-logo.png
  * azure-document.yaml --> mdconvert.ps1
  * azure-document.tex --> designdoc.tex
* Delete action files to sync labels because we can use github-governance automation instead:
  * push-labels-sync.yaml
  * labels.yaml
* Use consistent extension .yml instead of .yaml
* Add .gitignore and CODEOWNERS files
* Change vscode settings
* Update README.md
  • Loading branch information
reijoh authored Aug 9, 2023
1 parent 0a043e8 commit bf32d78
Show file tree
Hide file tree
Showing 18 changed files with 200 additions and 1,924 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yaml → .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ area/documentation:
- "docs/**/*"
area/definitions:
- "examples/**/*"
- "*.tf"
- "*.tf"
95 changes: 0 additions & 95 deletions .github/labels.yaml

This file was deleted.

File renamed without changes.
Loading

0 comments on commit bf32d78

Please sign in to comment.