Skip to content

Commit dc1b269

Browse files
ashleywolfCopilot
andcommitted
fix: address review comments
- Use single quotes for description in ospo-contributors-report.md - Define 60_DAYS_AGO and 30_DAYS_AGO variables in org-health Step 1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8fbd80a commit dc1b269

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

workflows/ospo-contributors-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 'OSPO Contributors Report'
3-
description: "Monthly contributor activity metrics across an organization's repositories."
3+
description: 'Monthly contributor activity metrics across an organization''s repositories.'
44
metadata:
55
triggers: ['schedule', 'workflow_dispatch']
66
labels: ['ospo', 'reporting', 'contributors']

workflows/ospo-org-health.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ PERIOD_DAYS = 30
6363
SINCE = date 30 days ago (ISO 8601)
6464
STALE_ISSUE_DAYS = 60
6565
STALE_PR_DAYS = 30
66+
60_DAYS_AGO = date 60 days ago (ISO 8601)
67+
30_DAYS_AGO = date 30 days ago (ISO 8601, same as SINCE)
6668
```
6769

6870
## Step 2 — Gather Organization-Wide Aggregates (Search API)

0 commit comments

Comments
 (0)