Skip to content

Commit c0cad4e

Browse files
authored
Merge branch 'main' into main
2 parents af26300 + ad3d0cd commit c0cad4e

File tree

259 files changed

+2778
-1305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+2778
-1305
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ package.json @github/docs-engineering
2424
/translations/log/ @github/docs-localization @Octomerger
2525

2626
# Site Policy
27-
/content/github/site-policy/ @github/site-policy-admins
27+
/content/site-policy/ @github/site-policy-admins
2828

2929
# Content strategy
3030
/contributing/content-markup-reference.md @github/docs-content-strategy
3131
/contributing/content-style-guide.md @github/docs-content-strategy
3232
/contributing/content-model.md @github/docs-content-strategy
3333
/contributing/content-style-guide.md @github/docs-content-strategy
3434
/contributing/content-templates.md @github/docs-content-strategy
35-
36-
# Make sure that Octokit maintainers get notified about changes
37-
# relevant to the Octokit libraries (https://github.com/octokit)
38-
/content/rest/reference @github/octokit-maintainers

.github/workflows/optimize-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
2424
with:
2525
ref: ${{ github.head_ref }}
26+
# Need to specify a PAT here because otherwise GITHUB_TOKEN is used
27+
# by default. Workflows won't trigger in that case because actions
28+
# performed with GITHUB_TOKEN don't trigger other workflows.
29+
token: ${{ secrets.DOCUBOT_REPO_PAT }}
2630

2731
- name: Check out base ref
2832
run: git fetch --no-tags --depth=1 origin $GITHUB_BASE_REF
17 KB
Loading
17.2 KB
Loading

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,23 @@ You can also find a list of your recently visited repositories, teams, and proje
4040

4141
## Staying updated with activity from the community
4242

43-
In the "All activity" section of your news feed, you can view updates from repositories you're subscribed to and people you follow. The "All activity" section shows updates from repositories you watch or have starred, and from users you follow.
43+
{% if for-you-feed %}
44+
The main section of your dashboard has two activity feeds:
45+
46+
- Following: Activity by people you follow and from repositories you watch.
47+
- For you: Activity and recommendations based on your {% data variables.product.product_name %} network.
48+
49+
### Following feed
50+
51+
This feed shows activity from repositories and users you have shown a direct interest in, by following a user or watching a repository. For example, you'll see updates when a user you follow:
52+
53+
{% else %}
54+
In the "All activity" section of your news feed, you can view updates from repositories you watch and users you follow.
4455

4556
You'll see updates in your news feed when a user you follow:
57+
{% endif %}
58+
59+
4660
- Stars a repository.
4761
- Follows another user.{% ifversion fpt or ghes or ghec %}
4862
- Creates a public repository.{% endif %}
@@ -51,7 +65,26 @@ You'll see updates in your news feed when a user you follow:
5165
- Forks a public repository.{% endif %}
5266
- Publishes a new release.
5367

54-
For more information about starring repositories and following people, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)" and "[Following people](/articles/following-people)."
68+
For more information about starring repositories and following people, see "[Following people](/articles/following-people)" and "[Be social](/get-started/quickstart/be-social)."
69+
70+
{% if for-you-feed %}
71+
### For you feed
72+
73+
{% note %}
74+
75+
**Note:** This new tab is currently in public beta and subject to change.
76+
77+
{% endnote %}
78+
79+
This feed shows activity and recommendations based on your network on {% data variables.product.product_name %}. It's designed to provide updates that inspire you, keep you up-to-date, and help you find new communities you want to participate in. Your network includes:
80+
81+
- Repositories you have starred
82+
- Repositories you've contributed to
83+
- Users you follow or sponsor
84+
- Users you've collaborated with
85+
- Organizations you follow
86+
87+
{% endif %}
5588

5689
## Exploring recommended repositories
5790

content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ shortTitle: Manage access to runners
1414

1515
{% data reusables.actions.enterprise-beta %}
1616
{% data reusables.actions.enterprise-github-hosted-runners %}
17-
{% data reusables.actions.restrict-runner-workflow-beta %}
1817

1918
## About self-hosted runner groups
2019

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ By default, {% data variables.product.prodname_dependabot %} attempts to detect
256256

257257
Supported options
258258

259+
{% note %}
260+
261+
**Note:** The `prefix` and the `prefix-development` options have a 15 character limit.
262+
263+
{% endnote %}
264+
259265
- `prefix` specifies a prefix for all commit messages.
260266
- `prefix-development` specifies a separate prefix for all commit messages that update dependencies in the Development dependency group. When you specify a value for this option, the `prefix` is used only for updates to dependencies in the Production dependency group. This is supported by: `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
261267
- `include: "scope"` specifies that any prefix is followed by a list of the dependencies updated in the commit.

content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If there's a particular topic that interests you, visit `github.com/topics/<topi
2424

2525
If you've been active on {% data variables.product.product_location %}, you can find personalized recommendations for projects and good first issues based on your past contributions, stars, and other activities in [Explore](https://github.com/explore). You can also sign up for the Explore newsletter to receive emails about opportunities to contribute to {% data variables.product.product_name %} based on your interests. To sign up, see [Explore email newsletter](https://github.com/explore/subscribe).
2626

27-
Keep up with recent activity from repositories you watch and people you follow in the "All activity" section of your personal dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
27+
Keep up with recent activity from repositories you watch and people{% if for-you-feed %}, and organizations{% endif %} you follow with your personal dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
2828

2929
{% data reusables.support.ask-and-answer-forum %}
3030

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Following organizations
3+
intro: 'You can follow organizations on {% data variables.product.product_name %} to receive notifications about their activity.'
4+
versions:
5+
feature: for-you-feed
6+
topics:
7+
- Profile
8+
---
9+
10+
{% note %}
11+
12+
**Note:** The ability to follow organizations is currently in public beta and subject to change.
13+
14+
{% endnote %}
15+
16+
## About followers on {% data variables.product.product_name %}
17+
18+
When you follow organizations, you'll see their public activity on your personal dashboard. For more information, see "[About your personal dashboard](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard#staying-updated-with-activity-from-the-community)."
19+
20+
You can unfollow an organization if you do not wish to see their public activity on {% data variables.product.product_name %}.
21+
22+
## Following an organization on {% data variables.product.product_name %}
23+
24+
1. Go to the organization page you want to follow
25+
2. Click **Follow** in the top-right corner of the header
26+
27+
![Screenshot of the organization header, with the follow button highlighted](/assets/images/help/profile/organization-profile-following.png)
28+
29+
## Unfollowing an organization on {% data variables.product.product_name %}
30+
31+
1. Go to the organization page you want to unfollow
32+
2. Click **Unfollow** in the top-right corner of the header.
33+
34+
![Screenshot of the organization header, with the unfollow button highlighted](/assets/images/help/profile/organization-profile-unfollowing.png)
35+
36+
## Viewing people and organizations a user follows on {% data variables.product.product_name %}
37+
38+
1. Click a user image to display that user's profile.
39+
40+
![User image](/assets/images/help/profile/user-profile-image.png)
41+
42+
2. Click **following** under their profile image.
43+
44+
![User following](/assets/images/help/profile/user-profile-following.png)
45+
46+
{% ifversion fpt or ghec %}
47+
## Further reading
48+
49+
- "[Following people](/get-started/exploring-projects-on-github/following-people)"
50+
{% endif %}

content/get-started/exploring-projects-on-github/following-people.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717

1818
## About followers on {% data variables.product.product_name %}
1919

20-
When you follow people, you'll see their public activity in the activity view of your news feed.{% ifversion fpt or ghec %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %}
20+
When you follow people, you'll see their public activity on your personal dashboard.{% ifversion fpt or ghec %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you.{% endif %} For more information, see "[About your personal dashboard](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard#staying-updated-with-activity-from-the-community)."
2121

2222
You can unfollow someone if you do not wish to see their public activity on {% data variables.product.product_name %}.
2323

0 commit comments

Comments
 (0)