Skip to content

Commit 089e461

Browse files
committed
Add pitch surfacing workflow (monthly + manual dispatch)
1 parent 19864b9 commit 089e461

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/triage-scheduled-tasks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
schedule:
77
- cron: '5 * * * *' # Hourly — no-response close
88
- cron: '0 3 * * *' # Daily at 3 AM UTC — stale issues
9+
- cron: '0 14 1 * *' # Monthly on the 1st at 2 PM UTC — pitch surfacing
910

1011
jobs:
1112
no-response:
@@ -24,3 +25,9 @@ jobs:
2425
exempt_issue_labels: 'keep'
2526
permissions:
2627
issues: write
28+
29+
pitch-surface:
30+
if: github.event.schedule == '0 14 1 * *' || github.event_name == 'workflow_dispatch'
31+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/pitch-surface-top-issues.yml@main
32+
permissions:
33+
issues: write

0 commit comments

Comments
 (0)