From f6e00930835bded742004c43c8b13434073c116b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:02:03 +0000 Subject: [PATCH 1/2] Bump atlassian/gajira-create from 3.0.0 to 3.0.1 Bumps [atlassian/gajira-create](https://github.com/atlassian/gajira-create) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/atlassian/gajira-create/releases) - [Commits](https://github.com/atlassian/gajira-create/compare/1ff0b6bd115a780592b47bfbb63fc4629132e6ec...59e177c4f6451399df5b4911c2211104f171e669) --- updated-dependencies: - dependency-name: atlassian/gajira-create dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/send-to-jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-to-jira.yml b/.github/workflows/send-to-jira.yml index 71cb46f1..53895b2f 100644 --- a/.github/workflows/send-to-jira.yml +++ b/.github/workflows/send-to-jira.yml @@ -26,7 +26,7 @@ jobs: - name: Create task in DevEx board if: github.event.label.name == 'tf-devex-triage' && !steps.search.outputs.issue - uses: atlassian/gajira-create@1ff0b6bd115a780592b47bfbb63fc4629132e6ec #v3 + uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 #v3 with: project: TFECO issuetype: "Task" From c83b0fc80887813abf51942bb20ff30a87747fa3 Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Thu, 26 Jan 2023 07:28:34 +0000 Subject: [PATCH 2/2] Update send-to-jira.yml --- .github/workflows/send-to-jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-to-jira.yml b/.github/workflows/send-to-jira.yml index 53895b2f..909935e1 100644 --- a/.github/workflows/send-to-jira.yml +++ b/.github/workflows/send-to-jira.yml @@ -26,7 +26,7 @@ jobs: - name: Create task in DevEx board if: github.event.label.name == 'tf-devex-triage' && !steps.search.outputs.issue - uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 #v3 + uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 #v3.0.1 with: project: TFECO issuetype: "Task"