Add Autolabelling
18 files changed
tree: 99abeea3e5f6349f363fde199aca6a0562c5450b
  1. .github/
  2. __tests__/
  3. dist/
  4. src/
  5. .eslintignore
  6. .eslintrc.json
  7. .gitignore
  8. .pre-commit-config.yaml
  9. .prettierignore
  10. .prettierrc.json
  11. action.yml
  12. jest.config.js
  13. LICENSE
  14. package-lock.json
  15. package.json
  16. README.md
  17. tsconfig.json
  18. yamllint-config.yml
README.md

Get Workflow Runs action

Table of Contents generated with DocToc

Context and motivation

TODO

Inputs and outputs

Inputs

InputRequiredDefaultComment
tokenyesThe github token passed from ${{ secrets.GITHUB_TOKEN }}

Outputs

TODO

Development environment

It is highly recommended tu use pre commit. The pre-commits installed via pre-commit tool handle automatically linting (including automated fixes) as well as building and packaging Javascript index.js from the main.ts Typescript code, so you do not have to run it yourself.

License

MIT License covers the scripts and documentation in this project.