mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 00:47:29 -06:00
use a different workflow for jira action
This commit is contained in:
parent
bd31083547
commit
82686e68ee
7
.github/workflows/jira-description.yml
vendored
7
.github/workflows/jira-description.yml
vendored
@ -8,11 +8,10 @@ jobs:
|
||||
add-jira-description:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: cakeinpanic/jira-description-action@v0.2.0
|
||||
- uses: alvisetrevisan/jira-details-action@master
|
||||
name: jira-description-action
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
jira-token: ${{ secrets.JIRA_TOKEN }}
|
||||
jira-base-url: ${{ secrets.JIRA_BASE_URL }}
|
||||
custom-issue-number-regexp: '^\d+'
|
||||
use: 'both'
|
||||
jira-base-url: https://perzoinc.atlassian.net
|
||||
skip-branches: '^(production-release|master|release\/v\d+)$'
|
||||
|
Loading…
Reference in New Issue
Block a user