Skip to content

Commit

Permalink
Update shellgnazdoprsync.yml (#356)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsajanice authored Nov 10, 2023
1 parent 60800b7 commit f9dac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellgnazdoprsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync Pull Request to Azure Boards

on:
pull_request_target:
types: [opened, edited, closed]
types: [opened]
branches:
- master

Expand Down

0 comments on commit f9dac7e

Please sign in to comment.