feat(custom): add option to check if pwd is in a repo (#4822)

* feat(custom): add option to check if pwd is in a repo

* Apply suggestions from code review

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* change whenrepo to require_repo

* chore: fix doc formatting

---------

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
jliaoh
2023-04-02 10:39:45 -04:00
committed by GitHub
parent d2801ac443
commit d29ce7c45d
4 changed files with 48 additions and 1 deletions
+4
View File
@@ -5701,6 +5701,10 @@
}
]
},
"require_repo": {
"default": false,
"type": "boolean"
},
"shell": {
"default": [],
"allOf": [