mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 18:30:18 -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:
|
add-jira-description:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: cakeinpanic/jira-description-action@v0.2.0
|
- uses: alvisetrevisan/jira-details-action@master
|
||||||
name: jira-description-action
|
name: jira-description-action
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
jira-token: ${{ secrets.JIRA_TOKEN }}
|
jira-token: ${{ secrets.JIRA_TOKEN }}
|
||||||
jira-base-url: ${{ secrets.JIRA_BASE_URL }}
|
jira-base-url: https://perzoinc.atlassian.net
|
||||||
custom-issue-number-regexp: '^\d+'
|
skip-branches: '^(production-release|master|release\/v\d+)$'
|
||||||
use: 'both'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user