We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1413594 commit 89b3a9dCopy full SHA for 89b3a9d
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,22 @@
1
+name: Sync Issue to Azure DevOps work item
2
+
3
+on:
4
+ issues:
5
+ types: [labeled]
6
7
+jobs:
8
+ alert:
9
+ runs-on: ubuntu-latest
10
+ name: Testing workflow
11
+ steps:
12
+ - uses: champnic/github-actions-issue-to-work-item@users/champnic/master
13
+ env:
14
+ github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
15
+ ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
16
+ ado_organization: 'microsoft'
17
+ ado_project: 'Edge'
18
+ ado_area_path: 'Edge\Dev Experience\WebView'
19
+ ado_tags: 'WV2_GitHub'
20
+ ado_bypassrules: false
21
+ ado_set_labels: false
22
+ create_on_tagging: true
0 commit comments