Skip to content

Commit

Permalink
Add missing ) in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jun 20, 2022
1 parent a8514ed commit 3aa39b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage-priority-bugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
!contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') &&
!contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') &&
!contains(github.event.issue.labels.*.name, 'A-E2EE-Key-Backup') &&
!contains(github.event.issue.labels.*.name, 'A-E2EE-SAS-Verification') &&
!contains(github.event.issue.labels.*.name, 'A-E2EE-SAS-Verification')) &&
(contains(github.event.issue.labels.*.name, 'T-Defect') &&
contains(github.event.issue.labels.*.name, 'S-Critical') &&
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-6321.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix workflow syntax of the P1 action.

0 comments on commit 3aa39b0

Please sign in to comment.