Skip to content

Commit

Permalink
add a simple readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanand02 committed Sep 14, 2019
1 parent ecbfbde commit 6777e99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# JavaScript Action Template
# PR Lint

This template offers an easy way to get started writing a JavaScript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.
PR Lint checks for a pivotal story id in the branch name. It uses the pivotal API so any random
pivotal id will lead to check failure.

## Getting Started
PR Lint will also add the team label based on the pivotal project board for the given story

See the walkthrough located [here](https:/actions/toolkit/blob/master/docs/typescript-action.md).
## FAQs

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.
<details>
<summary>Why pivotal id is required?</summary>
</details>

<details>
<summary>Are there any tools to help to automate this?</summary>
Yes,
check out https://www.npmjs.com/package/pivotal-flow
</details>
22 changes: 0 additions & 22 deletions docs/contributors.md

This file was deleted.

0 comments on commit 6777e99

Please sign in to comment.