You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ws fe72798501
update
3 months ago
..
__tests__ update 3 months ago
dist update 3 months ago
.eslintignore update 3 months ago
.eslintrc.js update 3 months ago
.gitignore update 3 months ago
README.md update 3 months ago
action.yml update 3 months ago
index.js update 3 months ago
jest.config.js update 3 months ago
package.json update 3 months ago

README.md

PR checker for status

This action checks a PR labels, milestone and status to validate it is ready for merging into main.

When making changes to this code, make sure to run the build before committing. See Development to know more.

Conditions

  1. The PR should not have the following labels:
  • flag: 💥 Breaking change
  • flag: don't merge
  1. The PR should have one and only one source: * label.
  2. The PR should have one and only one issue-type: * label.
  3. The PR must have a milestone defined.

Contributing

Requirements

  • The code is compatible with Node 18, 20, and 22

Dependencies

  • Run yarn to install the dependencies

Development

In order for the action to run on github all the code needs to be bundled and committed because github actions do not manage dependencies for us. Github reference documentation.

Commands

  • yarn build: Build the code the must be committed
  • yarn watch: Build in watch mode