Skip to content

Commit a4d34bd

Browse files
committed
updated yml file
1 parent d9d1163 commit a4d34bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-close-issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
types: [closed]
66
branches:
7-
- main
87
- 2.0
98
- dev-2.0
109

@@ -17,5 +16,5 @@ jobs:
1716
uses: processing/branch-pr-close-issue@v1
1817
with:
1918
token: ${{ secrets.GITHUB_TOKEN }}
20-
branch: ${{ github.base_ref }}
19+
branch: dev-2.0
2120

0 commit comments

Comments
 (0)