Skip to content

Commit 0d47adb

Browse files
authored
Update automating-dependabot-with-github-actions.md
1 parent fcbda1b commit 0d47adb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
> [!NOTE]
188188
> If you use status checks to test pull requests, you should enable **Require status checks to pass before merging** for the target branch for {% data variables.product.prodname_dependabot %} pull requests. This branch protection rule ensures that pull requests are not merged unless **all the required status checks pass**. For more information, see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule).
189189

190+
> [!NOTE]
191+
> This will not work if you use a [merge queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) because status checks will [not run](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication?utm_source=chatgpt.com#using-the-github_token-in-a-workflow).
192+
190193
## Investigating failed workflow runs
191194

192195
If your workflow run fails, check the following:

0 commit comments

Comments
 (0)