Skip to content

Commit 98e4db2

Browse files
authored
Merge pull request #32673 from github/repo-sync
Repo sync
2 parents 46fc588 + ab80c7e commit 98e4db2

File tree

2 files changed

+22
-39
lines changed

2 files changed

+22
-39
lines changed

content/actions/deployment/managing-your-deployments/viewing-deployment-history.md

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ redirect_from:
1414
---
1515
{% ifversion actions-deployment-history-beta %}
1616

17-
{% data reusables.actions.deployment-history-beta-note %}
18-
1917
## About deployment history
2018

2119
{% data reusables.actions.about-deployment-with-github-actions %}
@@ -33,43 +31,22 @@ On the deployments page of your repository, you can view the following aspects o
3331

3432
By default, the deployments page shows currently active deployments from select environments and a timeline of the latest deployments for all environments.
3533

36-
### Viewing your repository's deployment history
37-
38-
In the right-hand sidebar of the home page of your repository, click **Deployments**.
39-
40-
### Viewing an environment's deployment history
41-
42-
To view recent deployments for a specific environment, under **Deployments**, click any currently active or recent environment.
43-
44-
### Viewing commits that triggered deployments
45-
46-
To view the associated commit that triggered the deployment, to the right of the deployment status badge, click the commit message.
47-
48-
{% note %}
49-
50-
**Note:** Deployments from commits originating from a fork outside of the repository will not show links to the source pull request and branch related to each deployment. For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks)."
51-
52-
{% endnote %}
53-
54-
### Navigating to deployment URLs
55-
56-
To view the URL for the deployment, to the right of the commit message, click {% octicon "link-external" aria-label="Navigate to deployment URL" %}.
57-
58-
{% note %}
59-
60-
**Note:** If a deployment does not have an associated URL, the {% octicon "link-external" aria-label="Navigate to deployment URL" %} button is not displayed.
61-
62-
{% endnote %}
63-
64-
### Accessing workflow run logs
65-
66-
To navigate to the workflow run logs associated with the deployment, to the right of the commit message, click {% octicon "kebab-horizontal" aria-label="View logs" %}. Then click **View logs**.
67-
68-
{% note %}
69-
70-
**Note:** If a deployment does not have an associated workflow run, the {% octicon "kebab-horizontal" aria-label="View logs" %} button is not displayed.
71-
72-
{% endnote %}
34+
## Viewing your repository's deployment history
35+
36+
1. In the right-hand sidebar of the home page of your repository, click **Deployments**.
37+
1. Once you are on the "Deployments" page, you can view the following information about your deployment history.
38+
- **To view recent deployments for a specific environment**, in the "Environments" section of the left sidebar, click an environment. {% ifversion deployment-dashboard-filter %}To pin an environment to the top of the deployment history list, click {% octicon "pin" aria-label="Pin environment" %} to the right of the environment.{% endif %}
39+
- **To view the commit that triggered a deployment**, in the deployment history list, click the commit message for the deployment you want to view.
40+
>[!NOTE]Deployments from commits that originate from a fork outside of the repository will not show links to the source pull request and branch related to each deployment. For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks)."
41+
- **To view the URL for a deployment**, to the right of the commit message in the deployment history list, click {% octicon "link-external" aria-label="Navigate to deployment URL" %}.
42+
- **To navigate to the workflow run logs associated with a deployment**, to the right of the commit message in the deployment history list, click {% octicon "kebab-horizontal" aria-label="View logs" %}, then click **View logs**.{% ifversion deployment-dashboard-filter %}
43+
1. Optionally, to filter the deployment history list, create a filter.
44+
1. Click on the **{% octicon "filter" aria-hidden="true" %} Filter** button.
45+
1. Click **{% octicon "plus" aria-hidden="true" %} Add a filter**.
46+
1. Choose a qualifier you would like to filter the deployment history by.
47+
1. Depending on the qualifier you chose, fill out information in the "Operator" and "Value" columns.
48+
1. Optionally, click **{% octicon "plus" aria-hidden="true" %} Add a filter** to add another filter.
49+
1. Click **Apply**.{% endif %}
7350

7451
{% else %}
7552

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #13955
2+
# GA release for deployment history dashboard that adds a filter and the option to pin environments
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>= 3.14'

0 commit comments

Comments
 (0)