We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75580b4 commit f5e0d50Copy full SHA for f5e0d50
1 file changed
.github/workflows/sync_github_issues_to_azdo.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
alert:
13
- if: ${{ !github.event.issue.pull_request }}
+ if: ${{ !github.event.issue.pull_request && github.event.issue.title != "Dependency Dashboard" }}
14
runs-on: ubuntu-latest
15
steps:
16
- name: Choose work item type
0 commit comments