https://github.com/taskade/pr-assistant-action
GitHub Action to assist with PRs
https://github.com/taskade/pr-assistant-action
Last synced: 7 days ago
JSON representation
GitHub Action to assist with PRs
- Host: GitHub
- URL: https://github.com/taskade/pr-assistant-action
- Owner: taskade
- License: mit
- Created: 2021-07-10T11:01:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T04:17:25.000Z (9 months ago)
- Last Synced: 2025-04-29T04:30:56.106Z (9 months ago)
- Language: JavaScript
- Size: 360 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pr-assistant-action
This is a GitHub Action that helps out with PRs.
### Features
- PR title verification
- Approval count verification
See (this workflow)[examples/workflow.yml] for an example.
### Publishing
The build process uses both Typescript compiler and ncc.
##### Typescript
Run `yarn build`. The output is stored in `dist/`. This output should not be checked into git.
##### NCC
Run `yarn package`. The output is stored in `lib/`. This output should be checked into git and is the code that will be run by GitHub Actions.
To build, run `yarn build && yarn package` and check in changes to files under `lib/`.