We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync_github_issues_to_azdo.yml
1 parent f5e0d50 commit 0e352e6Copy full SHA for 0e352e6
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 && github.event.issue.title != "Dependency Dashboard" }}
+ 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