Skip to content

Commit

Permalink
ci: add transferred trigger for Auto-close issues (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 17, 2023
1 parent 00f2059 commit a25d837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-close-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Auto-close issues

on:
issues:
types: [opened]
types:
- opened
- transferred

jobs:
close_issue:
Expand Down

0 comments on commit a25d837

Please sign in to comment.