Skip to content

6786 remove bop from untaggedrepoids in get project datajs#7062

Merged
t-will-gillis merged 5 commits intohackforla:gh-pagesfrom
mrodz:6786-remove-bop-from-untaggedrepoids-in-get-project-datajs
Jun 30, 2024
Merged

6786 remove bop from untaggedrepoids in get project datajs#7062
t-will-gillis merged 5 commits intohackforla:gh-pagesfrom
mrodz:6786-remove-bop-from-untaggedrepoids-in-get-project-datajs

Conversation

@mrodz
Copy link
Member

@mrodz mrodz commented Jun 24, 2024

Fixes #6786

What changes did you make?

  • Removed BoP's id (277577906) from the list of untaggedRepoIds and a comment
  • Manually triggered the cron-job GHA schedule-daily-1100.yml to test that BoP was still being properly fetched

Why did you make the changes (we will use this info to test)?

  • BoP's repository used to lack the tag hack-for-la under Code for America, but now it is controlled by Civic Tech Index and does have the tag. Thus, labeling it as untagged meant BoP data was being included twice.

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

No visual changes to the website.

Note:

See f7709ea to confirm that "BoP" indeed is fetched using the new GHA.

Permalink to data post-update: here.

@roslynwythe roslynwythe self-requested a review June 26, 2024 02:21
@mrodz mrodz added role: back end/devOps Tasks for back-end developers Complexity: Medium P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) size: 1pt Can be done in 4-6 hours labels Jun 26, 2024
roslynwythe
roslynwythe previously approved these changes Jun 27, 2024
Copy link
Member

@roslynwythe roslynwythe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @mrodz on this PR

  • Code change is correct and clean
  • PR is well-formed and descriptive

I tested the PR by pushing the branch to my fork of the repo, then triggering schedule-daily-1100.yml manually, then comparing the resulting github-data.json file against the original.

@roslynwythe
Copy link
Member

@mrodz Please resolve the merge conflict. One method would be to overwrite github-data.json with the current version from gh-pages. Please send me a DM on Slack after pushing the updated branch. Thanks!

@mrodz
Copy link
Member Author

mrodz commented Jun 27, 2024

@mrodz Please resolve the merge conflict. One method would be to overwrite github-data.json with the current version from gh-pages. Please send me a DM on Slack after pushing the updated branch. Thanks!

Okay, will do!

ETA: EOD 6/27

@mrodz mrodz force-pushed the 6786-remove-bop-from-untaggedrepoids-in-get-project-datajs branch from 98a7d4b to d876d52 Compare June 28, 2024 00:27
@mrodz mrodz requested a review from roslynwythe June 28, 2024 00:33
@mrodz
Copy link
Member Author

mrodz commented Jun 30, 2024

This branch is up to date (by 3fb3698) with the latest _data\external\github-data.json that was produced on 6/30/24 at 11:00 by the cron job. It must be merged before another conflict arises tomorrow at 11 am.

@mrodz mrodz requested a review from t-will-gillis June 30, 2024 22:10
Copy link
Member

@t-will-gillis t-will-gillis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mrodz Code Looks great- edits are clean for removing Brigade Playbook. Tested in my repo and it appears that the "Schedule Daily 1100" workflow is running as anticipated.

Thanks for fixing the Merge Conflict, and thanks for working on this issue

@t-will-gillis t-will-gillis merged commit 731d9a3 into hackforla:gh-pages Jun 30, 2024
terrencejihoonjung pushed a commit to terrencejihoonjung/website that referenced this pull request Jul 5, 2024
…#7062)

* remove references to BoP's id from the `untaggedRepoIds` list

* Update contributor and language data

* Revert `github.repository` post GHA test

* Resolve merge conflicts

* Resolve merge conflicts (p2)

---------

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
@mrodz mrodz deleted the 6786-remove-bop-from-untaggedrepoids-in-get-project-datajs branch July 15, 2024 20:12
t-will-gillis added a commit that referenced this pull request Aug 18, 2024
)

* updated-team-meeting-data-6920

* Update contributor and language data

* Update contributor and language data

* Fix Capitalization of "Slack" in CONTRIBUTING.MD - line 582 (#7038)

* Update contributor and language data

* Modified spell-check-audit.md file, changed label Feature: Administrative to feature: spelling (#7036)

* PBB migration "Issue Trigger"  (#7053)

* Update issue-trigger.yml

Changes in prep for Projects Beta migration

* Update issue-trigger.yml

space added to comment

* Update issue-trigger.yml

edits to comment at Team Members

* Update preliminary-update-comment.js

refactoring for PBB migration

* PBB migration "Pull Request Trigger" (#7054)

* Update pull-request-trigger.yml

edits for PBB migration

* Update pull-request-trigger.yml

remove test branch

* PBB migration "Schedule Friday" (#7055)

* Update schedule-fri-0700.yml

Changes for PBB migration

* Update add-label.js

* Update find-linked-issue.js

For PBB migration

* Update add-label.js

remove refs to personal repo

* Update add-label.js

addressing CodeQL alert

* Update add-label.js

address CodeQL alert

* PBB migration "Move Closed Issues" (#7056)

* Update move-closed-issues.yaml

for migration to PBB

* Update sort-closed-issues.js

* Add github-handle for Roland Abregorivas in heart.md #6940 (#7009)

* github-handle variable added for Gian Reyes Dionisio #6937 (#6984)

* Update contributor and language data

* updated role for Will Gillis on website project profile (#7063)

* Add github handle for Marie (#7059)

* added github handle element for Tien Yuan in heart.md (#7069)

* Update contributor and language data

* Fixes #7046 Added github handle to _projects/heart.md for Jason LaManque.

* Update Roslyn's role to Developer Co-Lead (#7070)

* img Tag Refactor in Contributing.md page  (#7068)

* Update contributor and language data

* Added github-handle to Adrian Inchauste's section (#7074)

* Update contributor and language data

* edited Samantha Hyler to be Co-lead AND added Emma Thrash (#7040)

* 6786 remove bop from untaggedrepoids in get project datajs (#7062)

* remove references to BoP's id from the `untaggedRepoIds` list

* Update contributor and language data

* Revert `github.repository` post GHA test

* Resolve merge conflicts

* Resolve merge conflicts (p2)

---------

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>

* Update CONTRIBUTING.md Section 2.7.d with correct stream branch (#7082)

* Update meeting data

* Update contributor and language data

* Update Inactive Members JSON

* Revert "updated-team-meeting-data-6920 (#7043)" (#7086)

This reverts commit dc11c65.

* Update contributor and language data

* Update contributor and language data

* updated team meeting data on events page to show meeting frequency

* Add 'Leadership Option' to Issue Template for CoP Information Update (#7077)

* add leadership type option with dropdown fields

* remove whitespace between labels and body

* remove whitespace in title

* remove whitespace in front of the yes/no options

* change default type

* Update contributor and language data

* Updated spell checker to ignore memebers names (#7073)

* Update contributor and language data

* Update contributor and language data

* truncate contributors name in filter tag with ellipis (#7052)

* Update contributor and language data

---------

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: David Cotelessa <david@cotelessa.com>
Co-authored-by: Santiago Secco <53095957+santisecco@users.noreply.github.com>
Co-authored-by: Will Gillis <40799239+t-will-gillis@users.noreply.github.com>
Co-authored-by: Jennifer Sung <72041281+jennisung@users.noreply.github.com>
Co-authored-by: williamzhang <willzhang73@gmail.com>
Co-authored-by: Melissa McGrath <157540251+melissam640@users.noreply.github.com>
Co-authored-by: Austin Labador <67137399+alabador@users.noreply.github.com>
Co-authored-by: Matthew McCane <78394982+DakuwoN@users.noreply.github.com>
Co-authored-by: Kim <109393217+Kle012@users.noreply.github.com>
Co-authored-by: Christopher Chang <64837366+cchrizzle@users.noreply.github.com>
Co-authored-by: duojet2ez <epstringskip@gmail.com>
Co-authored-by: Mateo Rodriguez <79176075+mrodz@users.noreply.github.com>
Co-authored-by: Danielle Andrews <62191468+DrAcula27@users.noreply.github.com>
Co-authored-by: vanessasinam <85697744+vanessasinam@users.noreply.github.com>
Co-authored-by: Aadil Ahmed <aadilahmed0@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Medium P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: back end/devOps Tasks for back-end developers size: 1pt Can be done in 4-6 hours

Projects

Development

Successfully merging this pull request may close these issues.

Remove BoP from untaggedRepoIds in get-project-data.js

4 participants