# Ignoring pull requests

Whether it's because of Dependabot PRs or those one-off, unusually long deploy times, rest assured you can always ignore specific PRs from Sleuth's DORA metrics, Work in Progress, Goals, and notifications.

You can ignore one-off PRs from within Sleuth, and you can also use [Sleuth Automations](https://marketplace.sleuth.io/?filter=action\&search=ignore) to quickly set up rules that will automatically ignore PRs that meet certain conditions (e.g. those pesky Dependabot PRs).

### Automatically ignoring PRs

Check out the canned ignore rules available in Sleuth's [Automations Marketplace](https://marketplace.sleuth.io/?filter=action\&search=ignore) for ignoring PRs based on PR author, label, title, description, and more, or create your own ignore rules using Sleuth's [Custom Automations framework.](/sleuth-dora/sleuth-automations/actions.md)

### Manually ignoring PRs in Sleuth

#### Igoring PRs from the Work in Progress dashboard

To manually ignore a PR from Sleuth's [Work in Progress](/sleuth-dora/work-in-progress.md) dashboard, click **Ignore** from the actions ellipsis menu on any pull request. Click **Unignore** to re-include the PR in your work in progress metrics. Note that any PRs ignored from Work in Progress dashboard will continue to be ignored from the DORA Metrics dashboard once those PRs ship. They will also be excluded from any [Goals charts](/sleuth-dora/goals.md) or ["nudge" notifications](/sleuth-dora/goals.md#setting-up-nudge-notifications-for-goals).

<figure><img src="/files/SpFBZ9AFvhpAW3A5MOvD" alt=""><figcaption></figcaption></figure>

#### Ignoring PRs from the DORA Metrics dashboard

To manually ignore a PR that has already deployed, open the deploy's details page from the Metrics dashboard, and click the **Ignore** icon for any PRs within the deploy that you want ignore from your DORA metrics. Click the icon again to re-include the PR in those metrics. Lead time metrics are recalculated on-the-fly as you ignore/unignore PRs.

<figure><img src="/files/16ZtF5e6zuTSXquaQOeR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sleuth.io/sleuth-dora/ignoring-pull-requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
