Skip to content

fix: exclude master DB from failover group recommendation #17

fix: exclude master DB from failover group recommendation

fix: exclude master DB from failover group recommendation #17

name: Sync Issues to Azure DevOps Work Items
permissions:
contents: read
on:
issues:
types: [opened, closed, deleted, reopened, edited, labeled, unlabeled, assigned, unassigned]
issue_comment:
types: [created]
jobs:
alert:
runs-on: ubuntu-latest
name: Sync workflow
if: github.repository == 'Azure/Azure-Proactive-Resiliency-Library-v2'
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: GitHub/ADO Sync
uses: a11smiles/GitSync@v1.2.3
env:
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
github_token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
ado.autoCreate: 'true'
config_file: './.github/actions-config/gh-ado-sync-config.json'
with:
ado: ${{ secrets.ADO_MAPPINGS_HANDLES }}