Skip to content

Commit

Permalink
Merge branch 'hackforla:gh-pages' into Refactor-JavaScript-so-that-Pr…
Browse files Browse the repository at this point in the history
…oject-Meetings-page-sources-meeting-data-from-vrms_data.json-#6059
  • Loading branch information
innith authored Feb 2, 2025
2 parents e1cfdd5 + dde592f commit aabcf86
Show file tree
Hide file tree
Showing 8 changed files with 1,673 additions and 1,413 deletions.
2,976 changes: 1,607 additions & 1,369 deletions _data/external/github-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _data/external/vrms_data.json

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions _data/internal/communities/ui-ux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ leadership:
slack: https://hackforla.slack.com/team/U03AS9FBAAU
github: https://github.com/juliagab56
picture: https://avatars.githubusercontent.com/u/80308705
- name: Jennifer Nguyen
role: Co-lead
links:
slack: https://hackforla.slack.com/team/U04K89GRNDS
github: https://github.com/nguyen-jenn
picture: https://avatars.githubusercontent.com/nguyen-jenn
- name: Peter Gwon
role: Co-lead
links:
Expand Down
7 changes: 7 additions & 0 deletions _projects/guides-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ leadership:
slack: https://hackforla.slack.com/team/U0725MRMMA9
github: https://github.com/JesseTheCleric
picture: https://avatars.githubusercontent.com/JesseTheCleric
- name: France Chan
github-handle: fchan218
role: Product Manager
links:
slack: https://hackforla.slack.com/team/U0725MRMMA9
github: https://github.com/fchan218
picture: https://avatars.githubusercontent.com/fchan218
links:
- name: GitHub
url: 'https://github.com/hackforla/guides'
Expand Down
7 changes: 7 additions & 0 deletions _projects/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ leadership:
slack: https://hackforla.slack.com/team/U06REBB5K4M
github: https://github.com/kellyc9
picture: https://avatars.githubusercontent.com/kellyc9
- name: Eleftherios Christou
github-handle: Eleftherios01
role: Product Manager - Dashboards
links:
slack: https://hackforla.slack.com/team/U078K03LP5L
github: https://github.com/Eleftherios01
picture: https://avatars.githubusercontent.com/Eleftherios01
- name: Will Gillis
role: Developer Co-Lead
links:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ async function main({ g, c }, { shouldPost, issueNum }) {
github = g;
context = c;

// If the issue being assigned is also closed, do not run complexity eligibility check or post comments
if (context.payload.issue.state === 'closed') {
console.log('This issue is closed; will not run Complexity Eligibility check or post comments');
return;
}

// Get the latest developer in case there are multiple assignees
assignee = await getLatestAssignee();

Expand Down
74 changes: 37 additions & 37 deletions github-actions/utils/_data/inactive-members.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"removedContributors": [
"jchue",
"marioantonini",
"mayankt153",
"partapparam",
"DexinJ",
"mimiwrp",
"kunal-nsamant",
"pranjaliseth",
"chrjl",
"nssensalo",
"vanessasinam",
"MarcosG119",
"elliot-d-kim",
"Beatriz-G",
"gdkoo",
"DeniseLewis1",
"piecanoe",
"danvgar",
"Ayrh1",
"CreslinDev",
"freaky4wrld",
"aidenjlee4321",
"williamzhang73",
"deepak-getpu",
"melissam640",
"elsong86",
"jmarinit"
],
"notifiedContributors": [
"GilbertQ",
"Cloid",
"tony1ee",
"Brandoncyu",
"imthiazh",
"A-Wu5",
"vorleakyek",
"buneeIsSlo",
"thomasnguyens",
"jazxbx",
"joeytsui1",
"Thinking-Panda",
"srinipandiyan",
"allanjlopez"
],
"cannotRemoveYet": {}
"notifiedContributors": [
"dcotelessa",
"GilbertQ",
"bexux",
"aadilahmed",
"clydeautin",
"duojet2ez",
"8alpreet",
"kgold2018",
"BlakePeters99",
"patelbansi3009",
"mktr4n",
"tamara-snyder",
"LRenDO",
"StevenDeng1",
"A-Wu5",
"TheManTheMythTheGameDev",
"rogerioduenas",
"minkang3",
"jakejjoyner",
"irais-valenzuela",
"varyad",
"pluto-bell",
"terrencejihoonjung",
"ramitaarora",
"Sk-223",
"Thinking-Panda",
"nmotamedi",
"floydferrer",
"codyyjxn",
"priyanka02art",
"AlexMakarow"
],
"cannotRemoveYet": {
"GilbertQ": 2688,
"Thinking-Panda": 6319
}
}
8 changes: 8 additions & 0 deletions github-actions/utils/_data/label-directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,5 +818,13 @@
"NEW-skillsTemplateStatusNeedNextSteps": [
"Skills Template status: Need Next Steps",
7582275087
],
"NEW-2WeeksInactive": [
"2 weeks inactive",
8048259525
],
"NEW-roleDataScientist": [
"role: data scientist",
8056944058
]
}

0 comments on commit aabcf86

Please sign in to comment.