Skip to content

Commit 71438b9

Browse files
Add Azure DevOps sync
1 parent 6616a2f commit 71438b9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Sync issue to Azure DevOps
2+
on:
3+
issues:
4+
issue_comment:
5+
jobs:
6+
sync-to-devops:
7+
uses: dbosoft/dbosoft-devops/.github/workflows/dbosoft-azure-devops-sync.yml@main
8+
with:
9+
topic: eryph
10+
secrets:
11+
ado_pat: ${{ secrets.DBOSOFT_DEVOPS_SYNC_ADO_PAT }}
12+
github_app_id: ${{ secrets.DBOSOFT_DEVOPS_SYNC_GITHUB_APP_ID }}
13+
github_app_key: ${{ secrets.DBOSOFT_DEVOPS_SYNC_GITHUB_APP_KEY }}

0 commit comments

Comments
 (0)