Skip to content

Commit 1b8d330

Browse files
committed
ci: auto-add transferred issues to project board
1 parent c52d3af commit 1b8d330

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-add-to-project.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto-add to project
22

33
on:
44
issues:
5-
types: [opened]
5+
types: [opened, transferred]
66
pull_request_target:
77
types: [opened]
88

@@ -14,4 +14,3 @@ jobs:
1414
with:
1515
project-url: https://github.com/orgs/cyber-shuttle/projects/2
1616
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
17-

0 commit comments

Comments
 (0)