You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md
+11
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,17 @@ The `reply-to` address on each email notification identifies the thread and the
160
160
161
161
## Automatic watching
162
162
163
+
<!-- expires 2025-05-18 -->
164
+
165
+
<!-- When this expires, remove the Automatic watching section for FPT/GHEC but keep it for GHES <=3.17 -->
166
+
167
+
{% ifversion fpt or ghec %}
168
+
169
+
>[!WARNING] Starting May 18, 2025, {% data variables.product.company_short %} will deprecate automatic watching of repositories and teams. Existing subscriptions will remain unaffected, ensuring you can stay subscribed to repositories or teams that you were previously watching.
170
+
171
+
{% endif %}
172
+
<!-- end expires 2025-05-18 -->
173
+
163
174
By default, anytime you gain access to a new repository, you will automatically begin watching that repository. Anytime you join a new team, you will automatically be subscribed to updates and receive notifications when that team is @mentioned. If you don't want to automatically be subscribed, you can unselect the automatic watching options in your notification settings.
Copy file name to clipboardExpand all lines: content/actions/security-for-github-actions/using-artifact-attestations/enforcing-artifact-attestations-with-a-kubernetes-admission-controller.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ First, install the Helm chart that deploys the Sigstore Policy Controller:
This installs the Policy Controller into the `artifact-attestations` namespace. At this point, no policies have been configured, and it will not enforce any attestations.
@@ -139,7 +139,7 @@ To see the full set of options you may configure with the Helm chart, you can ru
139
139
For policy controller options:
140
140
141
141
```bash copy
142
-
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.12.0-github10
142
+
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.12.0-github12
0 commit comments