jira-description-action
jira-description-action copied to clipboard
A lightweight solution to integrate GitHub with JIRA for project management.
As promised from #49 this is a follow up to remove unused dependencies as I noticed some while working on that PR. I tried addressing some security updates but any...
This updates the PR description output to use valid table HTML and adds a test case as the `buildPRDescription` method didn't have any coverage. I'd like to do a future...
## Steps to reproduce - Create simple `pull_request` workflow file : ```yml # .github/workflows/pr-description.yml name: Set PR description on: pull_request: types: [opened, synchronize, edited, reopened, ready_for_review] jobs: update-pr-body: name: 💬...
- Removed obsolete error log ([300d187](https://github.com/cakeinpanic/jira-description-action/commit/300d1878626cf96858b96bb3a38f4174a8a1239f)) > I think it is a duplicate from the [github-connector.](https://github.com/cakeinpanic/jira-description-action/blob/573d376cf6754eb13126a2cca59905dc7332e65e/src/github-connector.ts#L49) - Add log to suggest checking the jira-token when the jira GET request fails...
Getting this error when i deauthorize the Jira token which is expected but when i authorize the jira-token, the github action works but runs in a loop. Not just this...
Is it possible to 1. Support linking multiple jira issues. 2. Search for the jira issue key in the commit messages also.