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
Two things that need a decision before this can go in, neither of them about the content itself (branch is already on top of current main, all 12 assets are present, square, referenced, and every tile target is a public non-archived repo):
The red cla check isn't about this PR..github/workflows/cla.yml sets remote-organization-name/remote-repository-name but only passes GITHUB_TOKEN, so the action bails with "Please add a personal access token as an environment variable for writing signatures in a remote repository/organization" → "Could not retrieve repository contents". It has failed the same way on every PR in this repo, including #1 and #2 which were merged anyway, and there's no cla-signatures.json in the tree. It also can't be fixed from a PR branch — pull_request_target loads the workflow from main — so it needs either a PERSONAL_ACCESS_TOKEN secret or dropping the two remote-* inputs (the signatures file would then live in this same repo), on main.
This collides with #4.#4 adds a person-to-brief-af row to the exact table this PR deletes; git merge of the two heads conflicts in profile/README.md. Whichever lands second needs a manual fix-up, and the new grid has no tile for person-to-brief-af — so merging this after #4 would silently drop that entry unless a 13th thumbnail gets added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Validation