Skip to content

Commit f5e0d50

Browse files
authored
github: Don't sync dependency dashboard to AzDO (#523)
1 parent 75580b4 commit f5e0d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync_github_issues_to_azdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
alert:
13-
if: ${{ !github.event.issue.pull_request }}
13+
if: ${{ !github.event.issue.pull_request && github.event.issue.title != "Dependency Dashboard" }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Choose work item type

0 commit comments

Comments
 (0)