Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

action-label status

Action Label

Action for handle pull request label

Code in Master

Install the dependencies

$ yarn install

Build the typescript

$ yarn run build

Run the tests ✔️

$ yarn test

 PASS  ./main.test.ts
  ✓ throws invalid number (3ms)
  ✓ wait 500 ms (504ms)
  ✓ test runs (95ms)

...

Usage:

Add to workflow.yml

uses: actions/typescript-action@v1
with:
  milliseconds: 1000

About

An action to handle label on pull requests

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.