Skip to content

Commit f7e45c1

Browse files
committed
fix: remove label filter from dedup query to prevent duplicates
1 parent d8fc802 commit f7e45c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-failure-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
const { data: issues } = await github.rest.issues.listForRepo({
4040
owner: context.repo.owner,
4141
repo: context.repo.repo,
42-
labels: 'high-severity,ci',
4342
state: 'open',
4443
per_page: 100
4544
});

0 commit comments

Comments
 (0)