From b41294ca9f35b568ecdeaaeb5a1b9cb11ba06c35 Mon Sep 17 00:00:00 2001 From: Steve Guntrip Date: Fri, 2 Aug 2024 09:44:22 +0100 Subject: [PATCH 1/3] Add section on notification email replies (#51886) --- .../configuring-notifications.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md index a0a4401495..e82a2c69f0 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md @@ -133,6 +133,20 @@ Email notifications from {% data variables.product.prodname_dotcom %} contain he | `List-Id` field | This field identifies the name of the repository and its owner. The format of this address is always `OWNER/REPOSITORY `, e.g. `List-Id: grain-lang/grain `. | | `X-GitHub-Severity` field | {% data reusables.repositories.security-alerts-x-github-severity %} The possible severity levels are:
  • `low`
  • `moderate`
  • `high`
  • `critical`
For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)." | +## Replying to email notifications + +You can reply to email notifications from {% data variables.product.product_name %} and your reply will be posted to the issue, pull request, or discussion. + +The `reply-to` address on each email notification identifies the thread and the account that the comment will be posted from. This email address remains valid until you reset your password. + +{% data variables.product.product_name %} will not always include the full email contents and will attempt to strip some personally identifiable information from comments created via an email reply: + +* Email addresses in a standard format, such as `octocat@github.com`, are transformed to `***@***.***`. +* Signatures and quoted reply chains, when the email client has used a `>` to mark those sections, are stripped. +* While the unsubscribe link from your email notification is sometimes quoted, the link will only work when signed in to your account. +* Email attachments are not included in the resulting comment. +* The maximum length of a comment created via an email reply is 65530 characters. + ## Choosing your notification settings {% data reusables.notifications.access_notifications %} From 9ad62c10e21e010066313deb016c5e33c20d49ee Mon Sep 17 00:00:00 2001 From: Ikenna Omekam Date: Fri, 2 Aug 2024 03:51:01 -0500 Subject: [PATCH 2/3] Updating Azure url format (#51879) --- ...repositories-from-azure-devops-to-github-enterprise-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md index db3d07cbf3..8499e75d80 100644 --- a/content/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md +++ b/content/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md @@ -132,7 +132,7 @@ mutation startRepositoryMigration ( ``` {% data reusables.enterprise-migration-tool.startRepositoryMigration-table-ec %} -| `sourceRepositoryUrl` | The URL of your source repository, using the format `https://dev.azure.com/{organization}/_git/{repository}`. +| `sourceRepositoryUrl` | The URL of your source repository, using the format `https://dev.azure.com/{organization}/{project}/_git/{repository}`. For {% data variables.product.pat_generic %} requirements, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/managing-access-for-a-migration-from-azure-devops#required-scopes-for-personal-access-tokens)." From efe40fa5b72a920269ce768854a1aa0f380a58c9 Mon Sep 17 00:00:00 2001 From: Andy Barnes Date: Fri, 2 Aug 2024 10:08:31 +0100 Subject: [PATCH 3/3] add Exporting your project data to index (#51871) Co-authored-by: Steve Guntrip --- .../exporting-your-projects-data.md | 22 +++++++++++++++++++ .../managing-your-project/index.md | 1 + 2 files changed, 23 insertions(+) create mode 100644 content/issues/planning-and-tracking-with-projects/managing-your-project/exporting-your-projects-data.md diff --git a/content/issues/planning-and-tracking-with-projects/managing-your-project/exporting-your-projects-data.md b/content/issues/planning-and-tracking-with-projects/managing-your-project/exporting-your-projects-data.md new file mode 100644 index 0000000000..61f14a8dcd --- /dev/null +++ b/content/issues/planning-and-tracking-with-projects/managing-your-project/exporting-your-projects-data.md @@ -0,0 +1,22 @@ +--- +title: 'Exporting your {% data variables.projects.project_v2 %} data' +shortTitle: 'Exporting your {% data variables.projects.project_v2 %} data' +intro: 'Learn about exporting your {% data variables.projects.project_v2 %} data.' +permissions: 'People who can access a project can export a view. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects)" and "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects)."' +versions: + feature: projects-v2 +type: tutorial +topics: + - Projects +allowTitleToDifferFromFilename: true +--- + +You can download a view as a _.tsv_ (tab-separated) file. + +1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your repository. +1. Click {% octicon "table" aria-hidden="true" %} **Projects**. + ![Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.](/assets/images/help/projects-v2/repo-tab.png) + +{% data reusables.projects.open-view-menu %} + +1. Click {% ifversion ghes < 3.11 %}**Download**{% else %}**Export view data**{% endif %}. diff --git a/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md b/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md index d604164fe2..d17708b29c 100644 --- a/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md +++ b/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md @@ -13,5 +13,6 @@ children: - /closing-and-deleting-your-projects - /adding-your-project-to-a-repository - /adding-your-project-to-a-team + - /exporting-your-projects-data allowTitleToDifferFromFilename: true ---