Skip to content

Commit 1853c69

Browse files
authored
Update to use simplified sync tool from CaptainBrosset
1 parent 37e9d70 commit 1853c69

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ on:
77
jobs:
88
alert:
99
runs-on: ubuntu-latest
10-
name: Testing workflow
10+
name: Syncing to Azure DevOps
1111
steps:
12-
- uses: champnic/github-actions-issue-to-work-item@development
12+
- uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
1313
env:
1414
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
1515
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
16+
with:
17+
label: 'tracked'
1618
ado_organization: 'microsoft'
1719
ado_project: 'Edge'
1820
ado_area_path: 'Edge\Dev Experience\WebView'
1921
ado_tags: 'WV2_GitHub'
20-
ado_tag_on_close: 'WV2_GitHub_Closed'
21-
ado_bypassrules: false
22-
ado_set_labels: false
23-
create_on_tag: 'tracked'

0 commit comments

Comments
 (0)