From e737320c81d070337736e90ca5063dcd5ff1a33c Mon Sep 17 00:00:00 2001 From: the133448 Date: Fri, 1 Sep 2023 17:39:29 +1000 Subject: [PATCH] Update bots-reference.md --- website/contributing/bots-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contributing/bots-reference.md b/website/contributing/bots-reference.md index d314531ec10..73ea1deb9ca 100644 --- a/website/contributing/bots-reference.md +++ b/website/contributing/bots-reference.md @@ -4,7 +4,7 @@ title: Bots Reference ## pull-bot -This pull request linter bot performs basic sanity checks whenever a pull request is created. It might leave a comment on a pull request if it is unable to find a test plan or a changelog in the description, or if it notices that the pull request was not opened against the `main` branch. This bot uses [Danger](https://danger.systems), and its configuration can be found in the [`dangerfile.js`](https://github.com/facebook/react-native/blob/main/bots/dangerfile.js). +This pull request linter bot performs basic sanity checks whenever a pull request is created. It might leave a comment on a pull request if it is unable to find a test plan or a changelog in the description, or if it notices that the pull request was not opened against the `main` branch. This bot uses [Danger](https://danger.systems), and its configuration can be found in the [`dangerfile.js`](https://github.com/facebook/react-native/blob/main/packages/react-native-bots/dangerfile.js). ## analysis-bot