Skip to content

Commit 0b07b97

Browse files
authored
Update shellghazdosync.yml (#355)
Only add github items to the backlog when they are created. If they are also added on other events, we end up with a whole bunch of duplicates in the Azure DevOps backlog.
1 parent f9dac7e commit 0b07b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellghazdosync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync GitHub issue to Azure DevOps work item
33
on:
44
issues:
55
types:
6-
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
6+
[opened]
77

88
jobs:
99
alert:

0 commit comments

Comments
 (0)