From 67278af339d9fc64f6bed6321d31bbdf36268f4b Mon Sep 17 00:00:00 2001 From: Patrick Bernal Date: Mon, 14 Sep 2020 09:21:47 -0400 Subject: [PATCH] Update jira.yml --- .github/workflows/jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index a72399d10d..984276c69c 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -64,7 +64,7 @@ jobs: uses: tomhjp/gh-action-jira-search@v0.2.1 with: # cf[10089] is Issue Link custom field - jql: 'project = "" and issuetype = "GH Issue" and cf[10089]="${{ github.event.issue.html_url || github.event.pull_request.html_url }}"' + jql: 'issuetype = "GH Issue" and cf[10089]="${{ github.event.issue.html_url || github.event.pull_request.html_url }}"' - name: Sync comment if: github.event.action == 'created' && steps.search.outputs.issue