forked from hackforla/website
-
Notifications
You must be signed in to change notification settings - Fork 2
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check pr #1005
Closed
t-will-gillis-dummy
wants to merge
65
commits into
t-will-gillis:ajb176-verify-pr-creator-MID
from
t-will-gillis-dummy:check-pr
Closed
Check pr #1005
t-will-gillis-dummy
wants to merge
65
commits into
t-will-gillis:ajb176-verify-pr-creator-MID
from
t-will-gillis-dummy:check-pr
Conversation
This file contains 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
* refactor, reuse, and consolidate * fix issueNum in query-issue-info.js * add HackforLABot login, refs to api, del https ref * tweaks to comments * Update hide-issue-comment.js edited `nodeID` --> `nodeId` both to fix an error in mismatched cases and also to make consistent with other `Id`s.
added github-handle for Mira Kinebuchi
…abels (hackforla#6442) * Create label-directory.json HfLA labels as of 3/7/24 * Create label-directory-update.js * Create label-directory-retrieve.js * Update and rename label-directory-update.js to update-label-directory.js * Rename label-directory-retrieve.js to retrieve-label-directory.js * Create update-label-directory.yml * Update update-label-directory.yml * Update label-directory.json * Update retrieve-label-directory.js Refactor labelRetrieveName() * Update update-label-directory.js * Update update-label-directory.yml Add 'deleted' trigger * Update update-label-directory.js * Update `update-label-directory.js` Fast forward updates/ enhancements * Update label-directory.json Corrected keyName: [LabelName, LabelID] * Update label-directory.json * Update update-label-directory.yml Current iteration * Update update-label-directory.js Sync from test branch * Update retrieve-label-directory.js Sync to latest iteration, fix reference to labelName to `data[keyName][0]` * Update update-label-directory.js Address CodeQL warning about non-declared "keyName" variable * Update update-label-directory.yml * Update label directory * Update label directory * Update retrieve-label-directory.js * Update update-label-directory.js Change `keyName` to `labelKey` * Update update-label-directory.yml Update the URL to "SOT" * Update label directory * Update update-label-directory.yml Update URL for SOT * Update label directory * Update update-label-directory.js Add prepend of "NEW-" to new labelKeys * Update label directory * Update label directory * Update label-directory.json updated keyNames from devPM meeting * Update update-label-directory.js Tweaks to no update condition * Update update-label-directory.yml * Update update-label-directory.yml update comment to ref hackforla-bot * Update update-label-directory.js to address CodeQL warning * final edits readying for merge --------- Co-authored-by: GitHub Actions Bot <[email protected]>
…la#6853) * Add personal access token * Create developer-complexity-reminder.md file * Add script file to check complexity eligibility * Update preliminary-update-comment.js - Refactor makeComment function - Add check complexity eligibility condition * Update to work with array of replacements * Update check-complexity-eligibility.js * Revert makeComment function * Update commentObject propertie * Update columnName exception * Update developer-complexity-reminder * Update developer-complexity-reminder * Update commentObject properties * Update secret token for testing * Update checkComplexityEligibility function * Add exception for ER and epic issues * Update exception logic * Clean up code and replace secret tokens * Remove extra space * Update complexity eligibility check for Projects V2 * Update tokens and IDs for testing * Add mock team membership for testing * Fix fetchProjectItemInfo query * Update fetchProjectItemInfo for consistency * Fix UpdateItemStatus * Add delay before moving Prework issue * Clean up code and replace secret tokens * Fix typo * Refactor to use mutateIssueStatus, queryIssueInfo, and statusFieldIds utils * Revert formatComment util * Revert commentObject * Remove formatComment util import * Add formatComment function * Update issueComplexityPermitted * Update postComment arguments order
Created two new issue templates - was urgent
…ues (hackforla#7466) * added github handle for Muyin Zheng * changed the label that is added when a developer tries to open multiple issues * removed comment
…forla#7493) * implement steps to move closed issues in PBB * add semicolons * prep for testing * error-handling checks * refactor step 2 * refactor steps 2-4 into step 2 and incorporate into move-closed-issues.js * add github graphql token * rename projectItems to projectData, change variable definition * clean code * revert to hackforla defaults * add JSDoc * remove duplicated variable
* consolidate functions and refactor * minor formatting, change label to prioritization * correct path to module and prettify * correct spelling and var for status field ids * Update get-team-members.js edit indent space * Update preliminary-update-comment.js adding explicit semicolon * Update query-issue-info.js undo some prettify-ed formatting * Update preliminary-update-comment.js correcting var name `newIssueApproval` * Update hide-issue-comment.js change nodeID --> nodeId to address merge conflict * resolving merge conflicts * remove duplicated code
…n communities/ops.yml (hackforla#7504)
You must be a member of the HFLA website team in order to create pull requests. Please see our page on how to join us as a member at HFLA: https://www.hackforla.org/getting-started. If you have been though onboarding, and feel this message was sent in error, please message us in the #hfla-site team Slack channel with the link to this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #950
What changes did you make?
Why did you make the changes (we will use this info to test)?
Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)
Visuals before changes are applied
Visuals after changes are applied