Skip to content

Commit

Permalink
Update shellghazdosync.yml (#355)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsajanice authored Nov 10, 2023
1 parent f9dac7e commit 0b07b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellghazdosync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync GitHub issue to Azure DevOps work item
on:
issues:
types:
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
[opened]

jobs:
alert:
Expand Down

0 comments on commit 0b07b97

Please sign in to comment.