-
Notifications
You must be signed in to change notification settings - Fork 21
Update repository list and bot authors in fetch-data.sh #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,10 +12,10 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" | |
| OUT="${SCRIPT_DIR}/data.json" | ||
|
|
||
| REPOS=( | ||
| openshift-online/rosa-regional-platform | ||
| openshift-online/rosa-regional-platform-api | ||
| openshift-online/rosa-regional-platform-cli | ||
| openshift-online/rosa-regional-platform-internal | ||
| openshift-online/rosa-hyperfleet | ||
| openshift-online/rosa-hyperfleet-api | ||
| openshift-online/rosa-hyperfleet-cli | ||
| openshift-online/rosa-hyperfleet-internal | ||
| ) | ||
|
|
||
| JSON_FIELDS="number,title,author,labels,reviewRequests,createdAt,updatedAt,url" | ||
|
|
@@ -48,7 +48,7 @@ fetch_label "review-ready" > /tmp/rr.json | |
| echo "Fetching discussion-needed PRs..." | ||
| fetch_label "discussion-needed" > /tmp/dn.json | ||
|
|
||
| BOT_AUTHORS="app/dependabot|rosa-regional-platform-ci|rrp-bot" | ||
| BOT_AUTHORS="app/dependabot|rosa-hyperfleet-ci|rrp-bot" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Sync IC process docs with the new bot author identity.
🤖 Prompt for AI Agents |
||
|
|
||
| echo "Fetching needs-ok-to-test PRs (bot authors only)..." | ||
| fetch_label "needs-ok-to-test" | jq --arg bots "$BOT_AUTHORS" \ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Update frontend repo shorthand mapping to match new repo names.
REPOSnow emitsrosa-hyperfleet*repository names, butdashboard/index.htmlstill maps onlyrosa-regional-platform*inSHORT(Line 257-301). This can regress display labels in the dashboard.🤖 Prompt for AI Agents