You may have a bouncy push button or you may have inadvertently double-clicked the reset button, as some boards have a "double-press" feature which causes the bootloader to be entered. This will result in the LED "breathing" on and off around once per second. Usually if you wait about 10 seconds, it will time-out and go back to normal operation, but some other boards may be stuck in bootloader until you press reset again.
Cannot rule anything out... so without seeing your code, I wondered if you have a while (!Serial) in your code as this will prevent code from running until the Serial Monitor is opened.
I finally got to watch the videos. Apologies. That has nothing to do with firmware. As noted by Gough Lui, the way the led fades in and out at the beginning, upon reset, is indicating that it is in bootloader mode. As such, it may be worth updating the bootloader or at least confirm that you have the latest version.
https://github.com/adafruit/Adafruit_nRF52_Bootloader
https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/using-the-bootloader
https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/introduction