mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Bump tomhjp/gh-action-jira-search from 0.2.1 to 0.2.2 (#16667)
Bumps [tomhjp/gh-action-jira-search](https://github.com/tomhjp/gh-action-jira-search) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/tomhjp/gh-action-jira-search/releases) - [Commits](https://github.com/tomhjp/gh-action-jira-search/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: tomhjp/gh-action-jira-search 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>
This commit is contained in:
parent
501b87fd31
commit
22cf122447
2
.github/workflows/jira-issues.yaml
vendored
2
.github/workflows/jira-issues.yaml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Search
|
||||
if: github.event.action != 'opened'
|
||||
id: search
|
||||
uses: tomhjp/gh-action-jira-search@v0.2.1
|
||||
uses: tomhjp/gh-action-jira-search@v0.2.2
|
||||
with:
|
||||
# cf[10089] is Issue Link (use JIRA API to retrieve)
|
||||
jql: 'issuetype = "${{ steps.set-ticket-type.outputs.TYPE }}" and cf[10089] = "${{ github.event.issue.html_url || github.event.pull_request.html_url }}"'
|
||||
|
2
.github/workflows/jira-pr.yaml
vendored
2
.github/workflows/jira-pr.yaml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
- name: Search
|
||||
if: github.event.action != 'opened'
|
||||
id: search
|
||||
uses: tomhjp/gh-action-jira-search@v0.2.1
|
||||
uses: tomhjp/gh-action-jira-search@v0.2.2
|
||||
with:
|
||||
# cf[10089] is Issue Link (use JIRA API to retrieve)
|
||||
jql: 'issuetype = "${{ steps.set-ticket-type.outputs.TYPE }}" and cf[10089] = "${{ github.event.issue.html_url || github.event.pull_request.html_url }}"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user