Added bug type to include reopened

This commit is contained in:
Aishwarya-U-R 2023-02-24 13:30:43 +05:30 committed by GitHub
parent 9976ae380d
commit 7ab395979f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Cypress Add Known failed tests
on:
issues:
types: [opened, closed]
types: [opened, closed, reopened]
jobs:
IssueOpened: