website
website copied to clipboard
Remove BoP from untaggedRepoIds in get-project-data.js
Dependency
- [ ] #6643
Overview
The BoP repo has been tagged with hack-for-la
and so we can remove its repo id from the untaggedRepoIds
array in get-project-data.js, along with a comment that is unnecessary and outdated.
Action Items
- [ ] In
github-actions/trigger-schedule/github-data/get-project-data.js
remove the id277577906
from theuntaggedRepoIds
array. - [ ] Remove the comment containing the id
277577906
- [ ] This code runs as part of a GHA workflow that updates the file
data/external/github-data.json
. It will be necessary to test the code in your fork of the hackforla/website repository. Testing will require a token which is described in "Tip 7" in https://github.com/hackforla/website/issues/6537#issuecomment-2041147335. For further testing guidance see #6643
Resources/Instructions
Revised: Tip 7 Using Personal Access Tokens to test in your own repository - https://github.com/hackforla/website/issues/6537#issuecomment-2041147335 [Specific instructions for testing the github-data] - INSERT LINK HERE