2
.github/CODEOWNERS
vendored
@@ -20,7 +20,7 @@ package.json @github/docs-engineering
|
||||
/.github/workflows/crowdin.yml @github/docs-localization
|
||||
/crowdin*.yml @github/docs-engineering @github/docs-localization
|
||||
/translations/ @github/docs-engineering @github/docs-localization @github-actions
|
||||
/translations/log/ @github/docs-localization
|
||||
/translations/log/ @github/docs-localization @github-actions
|
||||
|
||||
# Site Policy
|
||||
/content/github/site-policy/ @github/site-policy-admins
|
||||
|
||||
@@ -172,6 +172,18 @@ jobs:
|
||||
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }} \
|
||||
--label "translation-batch"
|
||||
|
||||
- name: Approve PR
|
||||
if: github.ref_name == 'main'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh pr review --approve || echo "Nothing to approve"
|
||||
|
||||
- name: Set auto-merge
|
||||
if: github.ref_name == 'main'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}
|
||||
run: gh pr merge ${{ steps.set-branch.outputs.BRANCH_NAME }} --auto --squash || echo "Nothing to merge"
|
||||
|
||||
# When the maximum execution time is reached for this job, Actions cancels the workflow run.
|
||||
# This emits a notification for the first responder to triage.
|
||||
- name: Send Slack notification if workflow is cancelled
|
||||
|
||||
BIN
assets/images/help/stars/add-repo-to-list.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
assets/images/help/stars/create-list-with-description.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/help/stars/create-list.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/help/stars/edit-list-options.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
assets/images/help/stars/lists-overview-on-stars-page.png
Normal file
|
After Width: | Height: | Size: 226 KiB |
BIN
assets/images/help/stars/navigate-to-stars-page.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/images/help/stars/search-bar-for-starred-repos.png
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
assets/images/help/stars/stars-dropdown-on-repo.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
@@ -30,7 +30,7 @@ People who visit your profile see a timeline of your contribution activity, like
|
||||
People who visit your profile can also see the following information.
|
||||
|
||||
- Repositories and gists you own or contribute to. {% ifversion fpt or ghes or ghec %}You can showcase your best work by pinning repositories and gists to your profile. For more information, see "[Pinning items to your profile](/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)."{% endif %}
|
||||
- Repositories you've starred. For more information, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)."
|
||||
- Repositories you've starred{% ifversion fpt or ghec %} and organized into lists.{% endif %} For more information, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)."
|
||||
- An overview of your activity in organizations, repositories, and teams you're most active in. For more information, see "[Showing an overview of your activity on your profile](/articles/showing-an-overview-of-your-activity-on-your-profile)."{% ifversion fpt or ghec %}
|
||||
- Badges that show if you use {% data variables.product.prodname_pro %} or participate in programs like the {% data variables.product.prodname_arctic_vault %}, {% data variables.product.prodname_sponsors %}, or the {% data variables.product.company_short %} Developer Program. For more information, see "[Personalizing your profile](/github/setting-up-and-managing-your-github-profile/personalizing-your-profile#displaying-badges-on-your-profile)."{% endif %}
|
||||
|
||||
|
||||
@@ -40,9 +40,71 @@ Starring a repository is a simple two-step process.
|
||||
1. Optionally, to unstar a previously starred repository, click **Unstar**.
|
||||

|
||||
|
||||
## Searching stars
|
||||
{% ifversion fpt or ghec %}
|
||||
## Organizing starred repositories with lists
|
||||
|
||||
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
|
||||
{% note %}
|
||||
|
||||
**Note:** Lists are currently in public beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
Curate repositories that you've starred with public lists. You can create public lists that appear on your stars page at `https://github.com/USERNAME?tab=stars`.
|
||||
|
||||
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
|
||||
|
||||

|
||||
|
||||
You can add a repository to an existing or new list wherever you see a repository's **Star** or **Starred** dropdown menu, whether on a repository page or in a list of starred repositories.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Creating a list
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
2. Next to "Lists", click **Create list**.
|
||||

|
||||
3. Enter a name and description for your list and click **Create**.
|
||||

|
||||
|
||||
### Adding a repository to a list
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
2. Find the repository you want to add to your list.
|
||||

|
||||
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
|
||||

|
||||
|
||||
### Removing a repository from your list
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
2. Select your list.
|
||||
3. Next to the repository you want to remove, use the **Starred** dropdown menu and deselect your list.
|
||||

|
||||
|
||||
### Editing a list name or description
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
1. Select the list you want to edit.
|
||||
2. Click **Edit list**.
|
||||
3. Update the name or description and click **Save list**.
|
||||

|
||||
|
||||
### Deleting a list
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
2. Select the list you want to delete.
|
||||
3. Click **Delete list**.
|
||||

|
||||
4. To confirm, click **Delete**.
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Searching starred repositories and topics
|
||||
|
||||
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
|
||||
|
||||
1. Go to your {% data variables.explore.your_stars_page %}.
|
||||
1. Use the search bar to find your starred repositories or topics by their name.
|
||||
@@ -50,7 +112,7 @@ You can use the search bar on your {% data variables.explore.your_stars_page %}
|
||||
|
||||
The search bar only searches based on the name of a repository or topic, and not on any other qualifiers (such as the size of the repository or when it was last updated).
|
||||
|
||||
## Sorting and filtering stars
|
||||
## Sorting and filtering stars on your stars page
|
||||
|
||||
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
|
||||
|
||||
|
||||
2
data/reusables/stars/stars-page-navigation.md
Normal file
@@ -0,0 +1,2 @@
|
||||
1. In the upper-right corner of any page, click your profile photo, then click ** Your stars**.
|
||||

|
||||