From 3626c9137430d01d587671a80e7297c95763905d Mon Sep 17 00:00:00 2001 From: c0mputerguru Date: Tue, 23 Jan 2024 14:13:47 -0800 Subject: [PATCH] Add note about CI not running on first PR (#2052) * Add note about CI not running on first PR * Remove unnecessary whitespace * CI not running on 1st PR moved to info block Co-authored-by: Jan-Philipp Benecke --------- Co-authored-by: Jan-Philipp Benecke --- docs/development_submitting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development_submitting.md b/docs/development_submitting.md index 82884143..fb110e00 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -43,3 +43,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim - Click **Create pull request**. 7. Check for comments and suggestions on your pull request and keep an eye on the [CI output](https://github.com/home-assistant/core/actions). + +:::info +If this is your first time submitting a pull request, the CI won't run until a maintainer approves running it. Just wait, a maintainer will eventually come by and approve it. +:::