Skip to content

Commit

Permalink
👷 Do not trigger issue access check when reopen
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Li <[email protected]>
  • Loading branch information
AlexV525 authored Mar 25, 2024
1 parent cca8439 commit b3fcafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_issues_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check issues access

on:
issues:
types: [ opened, reopened ]
types: [ opened ]

jobs:
verify_access:
Expand Down

0 comments on commit b3fcafe

Please sign in to comment.