From 3d1023ee71e1ae0e4600f1f274f9bcbe64a65b31 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sat, 26 Mar 2022 00:12:25 -0500 Subject: [PATCH 1/2] [plz don't merge] test of a change that should not auto-approve --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index feb9d737fad..73987d51182 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ cmd/cpe/cpe*.sqlite.gz # Testing TUF server test_tuf + + +[plz don't merge] test of a change that should not auto-approve From 54cbbbf3dfefa076bd5f0f66053b5c917ccfcac4 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sat, 26 Mar 2022 00:14:47 -0500 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit should still NOT auto-approve if including a file where auto approval SHOULD happen, since PR contains ≥1 edit to a file where auto-approval is not appropriate --- website/README.md | 59 +---------------------------------------------- 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/website/README.md b/website/README.md index 7ceae5bf30d..9e8b97fd92e 100644 --- a/website/README.md +++ b/website/README.md @@ -1,58 +1 @@ -# fleetdm.com - -This is where the code for the public https://fleetdm.com website lives. - - - - - -## Test locally -Run the following commands to test the site locally: - -```sh -npm install -g sails -cd website/ -npm install -sails run scripts/build-static-content.js -sails lift -``` - -Your local copy of the website is now running at [http://localhost:2024](http://localhost:2024)! - - -## Wipe the production database -I hope you know what you're doing. The easiest kind of database schema migration: -```sh -sails_datastores__default__url='REAL_DB_URI_HERE' sails run wipe -``` - -Then when you see the sailboat, hit `CTRL+C` to exit. All done! - - -## Bugs -To report a bug or make a suggestion for the website, [click here](https://github.com/fleetdm/fleet/issues). - - - - - - - - +should still NOT auto-approve if including a file where auto approval SHOULD happen, since PR contains ≥1 edit to a file where auto-approval is not appropriate