You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to correct a link in the lead onboarding template that points at a GitHub team which does
not exist, so that whoever onboards the next lead is not sent to a 404 while trying to grant
access.
Action Items
In .github/ISSUE_TEMPLATE/onboard-ops-cop-lead.md, change the "read team" link from https://github.com/orgs/hackforla/teams/devops/members to https://github.com/orgs/hackforla/teams/devops-read/members. There is no team with the
slug devops; the read team is devops-read. Confirmed by API 2026-08-27.
Leave the "write team" link alone — devops-write on the line above is correct.
After the PR merges, click the link from the rendered template and confirm it loads the team
page.
Resources/Instructions
File: onboard-ops-cop-lead.md,
under the GitHub heading of the Onboard Checklist. Find it by the link text "read team" rather
than by line number.
Verify with gh api orgs/hackforla/teams/devops-read (succeeds) versus gh api orgs/hackforla/teams/devops (404).
Overview
We need to correct a link in the lead onboarding template that points at a GitHub team which does
not exist, so that whoever onboards the next lead is not sent to a 404 while trying to grant
access.
Action Items
.github/ISSUE_TEMPLATE/onboard-ops-cop-lead.md, change the "read team" link fromhttps://github.com/orgs/hackforla/teams/devops/memberstohttps://github.com/orgs/hackforla/teams/devops-read/members. There is no team with theslug
devops; the read team isdevops-read. Confirmed by API 2026-08-27.devops-writeon the line above is correct.page.
Resources/Instructions
under the
GitHubheading of the Onboard Checklist. Find it by the link text "read team" ratherthan by line number.
gh api orgs/hackforla/teams/devops-read(succeeds) versusgh api orgs/hackforla/teams/devops(404).onboard-devops-cop-lead.md.Whichever merges second must use the other's filename. Check Finish the ops to devops rename in the CoP lead onboarding templates and the CoP: Ops label #190's state before starting.
devopsismaster, notmain.