We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab3c92 commit 93fb1a0Copy full SHA for 93fb1a0
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 0
12
- name: Find JIRA ticket
13
id: find
14
- uses: mongodb/apix-action/find-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
+ uses: mongodb/apix-action/find-jira@fix_multiline
15
with:
16
token: ${{ secrets.JIRA_API_TOKEN }}
17
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Failed to update test snapshots"
0 commit comments