Skip to content

Commit f9dac7e

Browse files
authored
Update shellgnazdoprsync.yml (#356)
Only create a new AzDo item when a GitHub PR is opened, not on other events. This is to avoid spamming the AzDo backlog with new items.
1 parent 60800b7 commit f9dac7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellgnazdoprsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Pull Request to Azure Boards
22

33
on:
44
pull_request_target:
5-
types: [opened, edited, closed]
5+
types: [opened]
66
branches:
77
- master
88

0 commit comments

Comments
 (0)