Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions config/moda/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environments:
- name: staging-balsam
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -24,7 +24,7 @@ environments:
- name: staging-boxwood
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -36,7 +36,7 @@ environments:
- name: staging-cedar
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -48,7 +48,7 @@ environments:
- name: staging-cypress
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -60,7 +60,7 @@ environments:
- name: staging-fir
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -72,7 +72,7 @@ environments:
- name: staging-hemlock
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -84,7 +84,7 @@ environments:
- name: staging-hinoki
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -96,7 +96,7 @@ environments:
- name: staging-holly
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -108,7 +108,7 @@ environments:
- name: staging-juniper
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -120,7 +120,7 @@ environments:
- name: staging-laurel
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -132,7 +132,7 @@ environments:
- name: staging-pine
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -144,7 +144,7 @@ environments:
- name: staging-redwood
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -156,7 +156,7 @@ environments:
- name: staging-sequoia
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -168,7 +168,7 @@ environments:
- name: staging-spruce
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand All @@ -180,7 +180,7 @@ environments:
- name: staging-yew
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
secret_environment: staging
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
Expand Down
6 changes: 4 additions & 2 deletions content/account-and-profile/concepts/about-your-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ versions:
topics:
- Profiles
---
You can tell other people a little bit about yourself by writing a bio. Consider including previous places you've worked, projects you've contributed to, or interests you have that other people may like to know about.
You can tell other people a little bit about yourself by writing a bio. With the help of [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) and emoji, you can include information about where you currently or have previously worked, what type of work you do, or even what kind of coffee you drink. The bio field is limited to 160 characters.

You can further showcase your current work, interests, expertise, and more by creating a profile README. If you add a README file to the root of a public repository with the same name as your username, that README will automatically appear on your profile page.
For a longer-form and more prominent way of displaying customized information about yourself, you can create a profile README. If you add a README file to the root of a public repository with the same name as your username, that README will automatically appear on your profile page.

If you have the activity overview section enabled for your profile and you @mention an organization you're a member of in your profile bio, then that organization will be featured first in your activity overview.

![Screenshot of the profile page for @octocato. In the top-right corner, a profile README greets the viewer and lists information about the user's work.](/assets/images/help/repository/profile-with-readme.png)

Expand Down
2 changes: 1 addition & 1 deletion content/account-and-profile/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions:
ghes: '*'
ghec: '*'
children:
- /profile
- /personal-dashboard-quickstart
- /personalizing-your-profile
---

44 changes: 44 additions & 0 deletions content/account-and-profile/get-started/profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Profile
intro: 'Get started with your {% data variables.product.github %} profile.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Profiles
shortTitle: Profile
---

## About profiles

Your {% data variables.product.github %} profile showcases your work, contributions, and information you choose to share publicly.

{% ifversion fpt or ghec %}

> [!IMPORTANT]
> Any details you add to your public profile will be visible to all {% data variables.product.github %} users, including in regions where local laws, regulations, or cultural norms may pose risks to expressing your identity. We respect everyone’s decision about whether or not to share information about themselves on their {% data variables.product.github %} profile.

{% endif %}

## Key profile elements

Your profile includes these customizable elements:

* **Personal info**: Profile picture, name, bio, and pronouns
* **Status**: Shows your current availability and what you're working on
* **Pinned items**: Repositories and gists you choose to highlight
* **Contribution activity**: Visualizes your work on {% data variables.product.github %}
* **Profile README**: A customizable section at the top of your profile
* **Achievements and badges**: Recognizes your participation in programs or milestones

## Profile visibility

You can control the visibility of specific profile elements or set your entire profile to private.

## Next steps

* For more details about your profile, see [AUTOTITLE](/account-and-profile/concepts/about-your-profile).
* For a general tutorial on personalizing your profile, see [AUTOTITLE](/account-and-profile/tutorials/personalize-your-profile).
* For more specific profile customization, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-github-profile).
* For reference information, see [AUTOTITLE](/account-and-profile/reference/profile-reference).
1 change: 1 addition & 0 deletions content/account-and-profile/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
ghes: '*'
ghec: '*'
children:
- /profile-reference
- /personal-dashboard
- /permission-levels-for-a-personal-account-repository
- /profile-contributions-reference
Expand Down
Loading
Loading