Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork846
Enhanced Skills Activity GHA to use Skills Directory#8370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:gh-pages
Are you sure you want to change the base?
Enhanced Skills Activity GHA to use Skills Directory#8370
Conversation
…ng back to original state
Want to review this pull request? Take a look atthis documentation for a step by step guide! From your project repository, check out a new branch and test the changes. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Hi@xnealcarson, I'll give this a review as well! ETA 10/17, generally able to be available 1-5p weekdays. |
ryanfkeller commentedOct 15, 2025 • edited by xnealcarson
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by xnealcarson
Uh oh!
There was an error while loading.Please reload this page.
Hey@xnealcarson, thanks for taking this issue! It looks like you're on the right track, and also great job on the PR description -- it made it easy to understand what you've done here. I noticed a couple things in my review:
Again, really nice work! Looking forward to seeing the next rev 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looking good, but a few things I think need attention! See my comment above.
Hey@xnealcarson Great work on this so far!!! Thanks for being patient. I am still looking through things but have a couple comments:
Otherwise, I'm still looking at this but hopefully these comments and@ryanfkeller 's are helpful! Great job again! |
…nges pertaining to "activity comment"
Hi@xnealcarson! Just checking in on the status of the PR. It looks like you made some recent changes - just a reminder to click on the 'Re-request review' icon next to the reviewers name (on the top right panel) if it's ready for review. |
Thanks for the check-in@DDVVPP. I just picked up last night where I left off, after getting a bit sidetracked this past week. I really let time get ahead of me. I'm about wrapped up with requested changes, save for a couple things, so I am not quite ready to send out those re-requests. I will check in again with another status update (hopefully the last!) tomorrow after 3pm PST. So sorry for the delay and thank your for your patience@ryanfkeller and@t-will-gillis. |
Ran into some issues working on the last of each of your requested changes, which I Slack'd@t-will-gillis about. He aims to assist me with those tomorrow, so I will give another follow-up then once I've received his feedback! |
Hey@xnealcarson Thanks and sorry for mixing up the function names. As I mentioned in Slack, the file I meant is I threw many functionlookupSkillsDirectory(eventActor){constdirectory=loadDirectory();console.log(``);console.log(`At lookupSkillsDirectory() in skills-directory.js :`);console.log(`eventActor:${eventActor}`);console.log(`directory[eventActor]:${directory[eventActor]}`);console.log(``);constresult=directory.find(entry=>entry.eventActor===eventActor);if(result){console.log(`result:${JSON.stringify(result)}`);console.log(`result["issueNum"]:${result["issueNum"]}`);// just to verify}console.log(``);console.log(`return 'result' rather than 'directory[eventActor]`);console.log(``);// return directory[eventActor] || null;returnresult||null; If you sub these temporary log messages in, I think Thanks again for sticking with this! |
Uh oh!
There was an error while loading.Please reload this page.
Fixes#8316
What changes did you make?
github-actions/utils/_datafolder, and converted the directory to JSON format (skills-directory.json).utilsthat looks up in the directory and return the information (skills-directory.js).post-to-skills.jsfor the skills directorypost-to-skills-issue.jsto search the newly added skills directory before deferring to thequerySkillsIssue()GitHub API, if necessary, upon which new info found usingquerySkillsIssue()will be saved to the skills directoryWhy did you make the changes (we will use this info to test)?
CodeQL Alerts
After the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations.
Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown
Please let us know that you have checked for CodeQL alerts.Please do not dismiss alerts.
Instructions for resolving CodeQL alerts
If CodeQL alert/annotations appear, refer toHow to Resolve CodeQL alerts.
In general, CodeQL alerts should be resolved prior to PR reviews and merging
Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)
No visual changes to the website
NOTE TO REVIEWERS
If you would like to test these changes for yourself:
HACKFORLA_GRAPHQL_TOKENis activeactivity.trigger.ymlto refer to your own repo.github-actions/utils/_data/status-field-ids.js, so you will need to tell the bot the number of your repo's Skills Issue by making the following edits:post-to-skills-issue.js, change:post-to-skills-issue.jsto: