mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
build(deps): bump tomhjp/gh-action-jira-create from 0.2.0 to 0.2.1 (#16685)
Bumps [tomhjp/gh-action-jira-create](https://github.com/tomhjp/gh-action-jira-create) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/tomhjp/gh-action-jira-create/releases) - [Commits](https://github.com/tomhjp/gh-action-jira-create/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: tomhjp/gh-action-jira-create dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
parent
cb26004b71
commit
46af09b09e
4
.github/workflows/jira-issues.yaml
vendored
4
.github/workflows/jira-issues.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create ticket if an issue is filed, or if PR not by a team member is opened
|
- name: Create ticket if an issue is filed, or if PR not by a team member is opened
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
uses: tomhjp/gh-action-jira-create@v0.2.0
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: NET
|
project: NET
|
||||||
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
# Education Jira
|
# Education Jira
|
||||||
- name: Create ticket in Education board an issue is filed, or if PR not by a team member is opened
|
- name: Create ticket in Education board an issue is filed, or if PR not by a team member is opened
|
||||||
if: github.event.action == 'opened' && ("${{ contains(github.event.issue.labels.*.name, 'type/docs') }}" == "true")
|
if: github.event.action == 'opened' && ("${{ contains(github.event.issue.labels.*.name, 'type/docs') }}" == "true")
|
||||||
uses: tomhjp/gh-action-jira-create@v0.2.0
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: CE
|
project: CE
|
||||||
issuetype: "Bug"
|
issuetype: "Bug"
|
||||||
|
4
.github/workflows/jira-pr.yaml
vendored
4
.github/workflows/jira-pr.yaml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create ticket if an issue is filed, or if PR not by a team member is opened
|
- name: Create ticket if an issue is filed, or if PR not by a team member is opened
|
||||||
if: ( github.event.action == 'opened' && steps.is-team-member.outputs.MESSAGE == 'false' )
|
if: ( github.event.action == 'opened' && steps.is-team-member.outputs.MESSAGE == 'false' )
|
||||||
uses: tomhjp/gh-action-jira-create@v0.2.0
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: NET
|
project: NET
|
||||||
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
# Education Jira
|
# Education Jira
|
||||||
- name: Create ticket in Education board an issue is filed, or if PR not by a team member is opened
|
- name: Create ticket in Education board an issue is filed, or if PR not by a team member is opened
|
||||||
if: github.event.action == 'opened' && steps.is-team-member.outputs.MESSAGE == 'false' && ("${{ contains(github.event.issue.labels.*.name, 'type/docs') }}" == "true")
|
if: github.event.action == 'opened' && steps.is-team-member.outputs.MESSAGE == 'false' && ("${{ contains(github.event.issue.labels.*.name, 'type/docs') }}" == "true")
|
||||||
uses: tomhjp/gh-action-jira-create@v0.2.0
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: CE
|
project: CE
|
||||||
issuetype: "Bug"
|
issuetype: "Bug"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user