Skip to content

Commit c81c012

Browse files
author
Peter Bengtsson
authored
Only trigger on 'opened' (#47722)
1 parent c5d2af5 commit c81c012

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/move-new-issues-to-correct-docs-repo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ name: Move new issues to correct docs repo
77
on:
88
issues:
99
types:
10+
# Note, if an issue is transferred from github/some-other-repo
11+
# over to github/docs-internal, this will trigger both 'transferred'
12+
# *and* 'opened' events. And 'opened' covers the most basic case
13+
# of an issue being created here in this repo.
1014
- opened
11-
- transferred
1215
- reopened
1316

1417
permissions:

0 commit comments

Comments
 (0)