Skip to content

Commit

Permalink
Merge pull request #32855 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored May 8, 2024
2 parents f2da6e9 + 5278535 commit d35d0e4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file added assets/images/help/gist/view-starred-gists.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Members of the bypass list are still protected from accidentally pushing secrets
{% data reusables.repositories.navigate-to-ghas-settings %}
1. Under "Push protection", to the right of "Who can bypass push protection for {% data variables.product.prodname_secret_scanning %}", select the dropdown menu, then click **Specific roles or teams**.
1. Under "Bypass list", click **Add role or team**.
>[!NOTE] You can't add secret teams to the bypass list.
1. In the dialog box, select the roles and teams that you want to add to the bypass list, then click **Add selected**.

### Configuring delegated bypass for a repository
Expand All @@ -231,6 +232,7 @@ Members of the bypass list are still protected from accidentally pushing secrets
{% data reusables.repositories.navigate-to-ghas-settings %}
1. Under "Push protection", to the right of "Who can bypass push protection for {% data variables.product.prodname_secret_scanning %}", select the dropdown menu, then click **Specific roles or teams**.
1. Under "Bypass list", click **Add role or team**.
>[!NOTE] You can't add secret teams to the bypass list.
1. In the dialog box, select the roles and teams that you want to add to the bypass list, then click **Add selected**.

## Managing requests to bypass push protection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ You can star a gist to add it to the "Starred" page. Starring makes it easy to f

## Viewing your starred gists

Starring makes it easy to find a gist again later. You can see all the gists starred by going to your {% data variables.gists.gist_starred %}.
Starring makes it easy to find a gist again later. You can see all the gists you've starred by navigating to {% data variables.gists.gist_user_starred %}.

Alternatively, follow the steps in the procedure.

1. Navigate to your {% data variables.gists.gist_homepage %}.
1. In the top right corner, click your profile picture.
1. From the dropdown menu, select **Starred gists**.

![Screenshot of a user's account menu. The menu item "Starred gists" is outlined in dark orange.](/assets/images/help/gist/view-starred-gists.png)

You can see all recently starred gists from other users by going to the {% data variables.gists.gist_starred %}.

## Further reading

Expand Down
3 changes: 3 additions & 0 deletions data/variables/gists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ discover_url: >-
gist_starred: >-
{% ifversion fpt or ghec %}[Gist starred page](https://gist.github.com/starred){% else %}Gist starred page, `http(s)://[hostname]/gist/starred` or `http(s)://gist.[hostname]/starred` if subdomains are enabled{% endif %}
gist_user_starred: >-
{% ifversion fpt or ghec %}`https://gist.github.com/YOUR_USERNAME/starred`{% else %}`http(s)://[hostname]/gist/YOUR_USERNAME/starred` or `http(s)://gist.[hostname]/YOUR_USERNAME/starred` if subdomains are enabled{% endif %}

0 comments on commit d35d0e4

Please sign in to comment.