tracking-issue: only trigger periodically (#57538)

This commit is contained in:
Jean-Hadrien Chabran 2023-10-11 16:20:37 +02:00 committed by GitHub
parent b0eecb8d6b
commit e6ea7b2b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,29 +2,6 @@ name: Tracking Issue Syncer
on:
schedule:
- cron: '*/15 * * * *'
issues:
types:
- opened
- edited
- deleted
- closed
- reopened
- assigned
- unassigned
- labeled
- unlabeled
- milestoned
- demilestoned
pull_request:
types:
- opened
- edited
- closed
- reopened
- assigned
- unassigned
- labeled
- unlabeled
jobs:
sync-tracking-issues:
if: github.repository == 'sourcegraph/sourcegraph' || 'sourcegraph/security'