Skip to content

Commit aa5010f

Browse files
authored
Add pull request opened trigger to autoclose job
1 parent 3d20ebb commit aa5010f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/autoclose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ permissions:
44
pull-requests: write
55

66
on:
7+
pull_request:
8+
types:
9+
- opened
710
schedule:
811
- cron: '0 * * * *'
912
workflow_dispatch:

0 commit comments

Comments
 (0)