From b0cbf14ad5c24519032a14ef38d5bc40357f6729 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:05:37 +0000 Subject: [PATCH 1/2] Documentation updates from Promptless --- docs/changelogs/2025-05.md | 10 ++++++++++ docs/integrations/bitbucket.mdx | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/changelogs/2025-05.md diff --git a/docs/changelogs/2025-05.md b/docs/changelogs/2025-05.md new file mode 100644 index 0000000..dd3c2ae --- /dev/null +++ b/docs/changelogs/2025-05.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 0 +title: May 2025 +--- + +### May 19, 2025 + +**What's New:** + +* **Bitbucket Replay Recent PRs:** You can now replay multiple recent Bitbucket pull requests at once. This feature allows you to process a backlog of PRs or catch up on documentation for repositories that were recently added to Promptless. Simply select a repository, specify how many recent PRs to process (up to 50), and Promptless will automatically analyze each PR for potential documentation updates. \ No newline at end of file diff --git a/docs/integrations/bitbucket.mdx b/docs/integrations/bitbucket.mdx index decf91e..d3abb76 100644 --- a/docs/integrations/bitbucket.mdx +++ b/docs/integrations/bitbucket.mdx @@ -91,4 +91,25 @@ Once configured, the Bitbucket integration works similarly to the GitHub integra 4. Promptless adds a comment to your Bitbucket pull request with a link to review the documentation changes 5. You can review and approve the suggested documentation updates in the Promptless dashboard +### Replaying Recent Pull Requests + +If you've recently added a Bitbucket repository to Promptless or need to process a backlog of pull requests, you can use the "Replay Recent PRs" feature: + +1. Navigate to the **Projects** page in your Promptless dashboard +2. Select the project that includes your Bitbucket repository +3. Click on the **Actions** dropdown and select **Replay Recent PRs** +4. Choose the Bitbucket repository you want to process +5. Optionally, adjust the limit for how many recent PRs to process (default is 50) +6. Click **Start Replay** to begin processing + +This feature will: +- Fetch the most recent pull requests from your Bitbucket repository +- Skip any PRs that have "Automation" in their title to avoid processing automated changes +- Process each PR through Promptless to generate documentation updates if needed + +This is particularly useful when: +- You've just set up Promptless and want to catch up on existing PRs +- You've added a new repository and want to ensure documentation is up-to-date +- You need to reprocess PRs after updating your documentation settings + For more information on how triggers work in general, see the [Triggers](/core-concepts/triggers) documentation. \ No newline at end of file From 5ee74a2a34aa9d54e81e2306f3fc7fd186a7dd6c Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:08:37 +0000 Subject: [PATCH 2/2] Update documentation based on feedback --- docs/changelogs/2025-05.md | 2 +- docs/integrations/bitbucket.mdx | 17 +++-------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/docs/changelogs/2025-05.md b/docs/changelogs/2025-05.md index dd3c2ae..3f87571 100644 --- a/docs/changelogs/2025-05.md +++ b/docs/changelogs/2025-05.md @@ -7,4 +7,4 @@ title: May 2025 **What's New:** -* **Bitbucket Replay Recent PRs:** You can now replay multiple recent Bitbucket pull requests at once. This feature allows you to process a backlog of PRs or catch up on documentation for repositories that were recently added to Promptless. Simply select a repository, specify how many recent PRs to process (up to 50), and Promptless will automatically analyze each PR for potential documentation updates. \ No newline at end of file +* **Bitbucket Replay Recent PRs:** We've added a new capability to process multiple recent Bitbucket pull requests at once. If you need to catch up on documentation for repositories that were recently added to Promptless or process a backlog of PRs, please reach out to our support team at [help@gopromptless.ai](mailto:help@gopromptless.ai) for assistance. \ No newline at end of file diff --git a/docs/integrations/bitbucket.mdx b/docs/integrations/bitbucket.mdx index d3abb76..38c4dc6 100644 --- a/docs/integrations/bitbucket.mdx +++ b/docs/integrations/bitbucket.mdx @@ -93,23 +93,12 @@ Once configured, the Bitbucket integration works similarly to the GitHub integra ### Replaying Recent Pull Requests -If you've recently added a Bitbucket repository to Promptless or need to process a backlog of pull requests, you can use the "Replay Recent PRs" feature: +If you've recently added a Bitbucket repository to Promptless or need to process a backlog of pull requests, our support team can help you replay multiple recent PRs at once. This can be useful when: -1. Navigate to the **Projects** page in your Promptless dashboard -2. Select the project that includes your Bitbucket repository -3. Click on the **Actions** dropdown and select **Replay Recent PRs** -4. Choose the Bitbucket repository you want to process -5. Optionally, adjust the limit for how many recent PRs to process (default is 50) -6. Click **Start Replay** to begin processing - -This feature will: -- Fetch the most recent pull requests from your Bitbucket repository -- Skip any PRs that have "Automation" in their title to avoid processing automated changes -- Process each PR through Promptless to generate documentation updates if needed - -This is particularly useful when: - You've just set up Promptless and want to catch up on existing PRs - You've added a new repository and want to ensure documentation is up-to-date - You need to reprocess PRs after updating your documentation settings +To request this service, please contact our support team at [help@gopromptless.ai](mailto:help@gopromptless.ai). + For more information on how triggers work in general, see the [Triggers](/core-concepts/triggers) documentation. \ No newline at end of file