-
-
Notifications
You must be signed in to change notification settings - Fork 793
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
Update GHA wiki page with new section "How to review GHA Pull Requests" #4867
Comments
Hi @nnr-nnr, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
i. Availability: Sunday 9am–12pm PT, Monday 3pm–6pm PT |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the You are receiving this comment because your last comment was before Tuesday, August 1, 2023 at 12:05 AM PST. |
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Hi @pearlescence-m, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
i. Availability: In the evenings & weekends |
How to Review GitHub Actions Pull RequestsStep 1: Creating a test branch on your fork1.1. Create a new branch for testingFirst, make sure your Then, create a new branch in your updated local repository where you will apply the changes from the pull request. You can name the branch something descriptive that includes the original branch name, for example:
1.2. Pull the suggested changes:Get the changes from the pull request into your test branch. Replace {INSERT_NAME_OF_BRANCH} with the author's branch name you want to test:
1.3 Push the test branch:Once you apply any other the issue-specific edits in
Step 2: Modifying Repository Settings and LabelsIn the "Settings" of your forked repository, make sure to change your "Default branch", and select the button with the arrows to switch you default branch to the newly created branch Important: when you are done testing make sure to repeat these steps to re-select "gh-pages" as your default branch. There are also few other settings and configurations you may need to adjust depending on the action in review:
Modifying these settings will make sure that your forked repository is aligned with the Step 3: Creating your own Project BoardFollow the steps to create your own Project Board copy for testing. Step 4: Using Personal Access Tokens to test in your own Project BoardYou will need to create your own Personal Access Tokens in your forked repository to ensure that the workflow can access it. It is also a best practice to give your secret an expiration date. Important: when you are creating your own token, do not give your token the same name that you see in the yaml file, otherwise unexpected behavior may result. Any other name is OK (for example, TEST_TOKEN). |
Hi @pearlescence-m ! Great job with this issue! I'm assuming it's ready for review since you have completed all the steps. Adding the
I have a couple relatively minor requests.
When you've made the changes you can ping me here in a comment and add the Thanks for working on this issue! |
@LRenDO Yes, I did finish the issue at the time, but wasn't sure if I needed to use any label at all to indicate that since it wasn't mentioned in the issue -- thanks for clarifying this and for your feedback! I made the changes concerning points 2 and 3. However, I am not sure how to add the images here. I added direct links to the images but they are still not displaying properly. Do you know if I need to upload them to the repo's assets folder (to use in relative paths)? |
Hi @pearlescence-m! Thanks for making the updates! They look great! It looks like the images not working because there needs to be a blank line before the images. Like this:
You can also replace the word Ping me when it's all set and I will go ahead and approve it! |
@LRenDO thanks a lot, that worked! The issue is now ready for the review. |
Hi @pearlescence-m! This looks great. Thanks for making the updates and contributing to the wiki! Nice work! |
Overview
We need to add a section to the HfLA GitHub Actions wiki page to guide developers in the process of reviewing GitHub Action issues.
Action Items
Resources/Instructions
Hack for LA's GitHub Actions
HfLA GitHub Actions - detail
The text was updated successfully, but these errors were encountered: