Skip to content

Commit feea0d2

Browse files
Bump hazelcast/github-jira-tool-action from 3 to 6 (#1256)
Bumps [hazelcast/github-jira-tool-action](https://github.com/hazelcast/github-jira-tool-action) from 3 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hazelcast/github-jira-tool-action/releases">hazelcast/github-jira-tool-action's releases</a>.</em></p> <blockquote> <h2>v6</h2> <p>Support CUSTOM_FIELDS input</p> <h2>v5</h2> <p>This release contains the same as v3.3.1 but fixes versioning</p> <h2>v3.3.1</h2> <p>Adapted for API's team to use latest version</p> <h2>v3.3.0</h2> <p>Enhancement: Set the team name Enhancement: Select issue type</p> <p>Bugfix: Handle quotes at issue title</p> <h2>v3.2.0</h2> <p>This release goes back to put Jira issue link as a comment, not embedding into GH issue description</p> <h2>Jira v3.1.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/2515e1f401f0a8181d5905e1508d078fc22e3ce4"><code>2515e1f</code></a> Serialize values for CUSTOM_FIELDS (<a href="https://redirect.github.com/hazelcast/github-jira-tool-action/issues/13">#13</a>)</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/a656bef5c7d06495af1377114ef2532ff8266402"><code>a656bef</code></a> More explicit parsing, logging &amp; error throwing for fetch_custom_fields_if_de...</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/14fa935ad3d9098a564836f695ec2768cd210e35"><code>14fa935</code></a> Separate out CUSTOM_FIELDS fetch into scripted step (<a href="https://redirect.github.com/hazelcast/github-jira-tool-action/issues/11">#11</a>)</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/b2175b62c5ab4bcf2153c1d1afe65fa9ca4ea080"><code>b2175b6</code></a> Syntax fix for CUSTOM_FIELDS parameter (<a href="https://redirect.github.com/hazelcast/github-jira-tool-action/issues/10">#10</a>)</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/99893a378a6bdcf8e930abd74f54e65f34c19f6c"><code>99893a3</code></a> Support CUSTOM_FIELDS input for create jira job (<a href="https://redirect.github.com/hazelcast/github-jira-tool-action/issues/9">#9</a>)</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/896a0744077eae55cf4078fb080c9b81b16d5132"><code>896a074</code></a> Fix issue for projects without team field</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/058f212a66b29d140bb2485bfb16295f36967c28"><code>058f212</code></a> Add CLIENT team</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/2aa1ad4365e9f0bdd7dc55bc7b74f78c45b0d83b"><code>2aa1ad4</code></a> Fix nullable team</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/91c8875cf892d7b3338956c1c59c293a572aac86"><code>91c8875</code></a> Handle nullable Team</li> <li><a href="https://github.com/hazelcast/github-jira-tool-action/commit/8ad481f3310378344a4ef4eaf88054ac8961b0e9"><code>8ad481f</code></a> Rename &quot;Data integration&quot; to &quot;Integration&quot; and fix upperCase</li> <li>Additional commits viewable in <a href="https://github.com/hazelcast/github-jira-tool-action/compare/v3...v6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hazelcast/github-jira-tool-action&package-manager=github_actions&previous-version=3&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21fe892 commit feea0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Call composite action
13-
uses: hazelcast/github-jira-tool-action@v3
13+
uses: hazelcast/github-jira-tool-action@v6
1414
with:
1515
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
1616
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}

0 commit comments

Comments
 (0)