mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Updated readme
This commit is contained in:
parent
c8f9315e0c
commit
2a9db83c42
1 changed files with 7 additions and 0 deletions
|
|
@ -21,8 +21,15 @@ The following arguments will be provided:
|
||||||
- `require` A proxy wrapper around the normal Node.js `require` to enable
|
- `require` A proxy wrapper around the normal Node.js `require` to enable
|
||||||
- `se` A library for resusbale functions
|
- `se` A library for resusbale functions
|
||||||
- `createMetaJson` Create meta.json files for all deployable component
|
- `createMetaJson` Create meta.json files for all deployable component
|
||||||
|
- returns a list of files created
|
||||||
- `startCheck` Helper method to create a check without annotations
|
- `startCheck` Helper method to create a check without annotations
|
||||||
- `completeCheck` Helper method to finish a check without annotations
|
- `completeCheck` Helper method to finish a check without annotations
|
||||||
|
- `listPoms`List all pom entities - returns an array of elements containing
|
||||||
|
- `pom` the pom file from repo root
|
||||||
|
- `path` path to folder for pom
|
||||||
|
- `pomRaw` path as matched with codeowners starts with /
|
||||||
|
- `name`the component name - if any
|
||||||
|
- `fullPath` path to pom from workdir if checked out in a subfolder
|
||||||
|
|
||||||
requiring relative paths (relative to the current working directory) and
|
requiring relative paths (relative to the current working directory) and
|
||||||
requiring npm packages installed in the current working directory. If for
|
requiring npm packages installed in the current working directory. If for
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue