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.
|
|
3 months ago | |
|---|---|---|
| .. | ||
| __tests__ | 3 months ago | |
| dist | 3 months ago | |
| .eslintignore | 3 months ago | |
| .eslintrc.js | 3 months ago | |
| .gitignore | 3 months ago | |
| README.md | 3 months ago | |
| action.yml | 3 months ago | |
| index.js | 3 months ago | |
| jest.config.js | 3 months ago | |
| package.json | 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
- The PR should not have the following labels:
flag: 💥 Breaking changeflag: don't merge
- The PR should have one and only one
source: *label. - The PR should have one and only one
issue-type: *label. - The PR must have a milestone defined.
Contributing
Requirements
- The code is compatible with Node 18, 20, and 22
Dependencies
- Run
yarnto 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 committedyarn watch: Build in watch mode