diff --git a/.github/workflows/issue-sync.yml b/.github/workflows/issue-sync.yml index 6270bd6b4da..82183956f5f 100644 --- a/.github/workflows/issue-sync.yml +++ b/.github/workflows/issue-sync.yml @@ -2,7 +2,7 @@ name: Sync with Azure DevOps on: schedule: - - cron: '*/15 * * * *' + - cron: '0 */2 * * *' issues: types: [opened, closed, deleted, reopened, edited, labeled, unlabeled, assigned, unassigned] issue_comment: @@ -51,4 +51,4 @@ jobs: env: ado_token: '${{ env.ADO_MANAGEMENT_TOKEN }}' github_token: '${{ secrets.GITHUB_TOKEN }}' - config_file: './.github/sync_config.json' \ No newline at end of file + config_file: './.github/sync_config.json'