pr-lint-action
pr-lint-action copied to clipboard
A GitHub Action that verifies your pull request contains a reference to a Jira ticket.
Now it requires 2 config files for this workflow (one workflow, `.github/workflows/main.yml` and `.github/pr-lint.yml`), which is not very convenient.
It would be nice to ignore some of these settings per branch. similar to how this: https://github.com/marketplace/actions/jira-description has a skip branches section
Commit Message validation fails for the following cases : 1. Multi project setup 2. Case sensitive messages Created a PR for the issue : https://github.com/vijaykramesh/pr-lint-action/pull/11
I'm currently seeing the following error when running this action. ``` Error: Cannot find module 'actions-toolkit' Require stack: - /index.js ... code: 'MODULE_NOT_FOUND', requireStack: [ '/index.js' ] ``` It might...
The current behavior does not allow this action to be ran when a pr has been closed & reopened. ``` ✖ error Event `pull_request.reopened` is not supported by this action....
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 Changelog Sourced from braces's changelog. Release history All...
Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `micromatch` from 3.1.10 to 4.0.8 Release notes Sourced from micromatch's releases. 4.0.8 Ultimate...