Skip to content

Commit

Permalink
Update issue-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Jun 14, 2024
1 parent b010740 commit 2dd176e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
env:
ado_token: '${{ env.ADO_MANAGEMENT_TOKEN }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
config_file: './.github/sync_config.json'
config_file: './.github/sync_config.json'

0 comments on commit 2dd176e

Please sign in to comment.