Skip to content

Commit 4049cf5

Browse files
committed
feature: adds merge queues docs CF-2398
1 parent f384833 commit 4049cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/repositories-configure/integrations/github-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Adds comments on the lines of the pull request where Codacy finds new issues wit
9494

9595
To support GitHub **merge queues**, our GitHub App requires **Merge Groups** permissions so it can listen for and respond to the `checks_requested` action for merge group events.
9696

97-
When a merge group event is triggered for a pull request in the merge queue, Codacy automatically sends a green status check to the relevant commit. By the time a pull request enters the merge queue, it has already gone through Codacy's analysis — either receiving a green status or being manually bypassed. Since the pull request was already unblocked before joining the queue, always responding with green is a safe and practical approach that keeps things moving without unnecessary friction.
97+
When a merge group event is triggered for a pull request in the merge queue, Codacy automatically sends a green status check for **Codacy Static Code Analysis** to the relevant commit. By the time a pull request enters the merge queue, it has already gone through Codacy's analysis — either receiving a green status or being manually bypassed. Since the pull request was already unblocked before joining the queue, always responding with green is a safe and practical approach that keeps things moving without unnecessary friction.
9898

9999
## See also
100100

0 commit comments

Comments
 (0)