chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

feat(bot): optionally strip the cut separator #771

Closed jbergstroem closed 2 years ago

jbergstroem commented 2 years ago

If cut_body_after or cut_body_before is in use, setting this option to True also strips the separator itself.

~Note, this is a draft; awaiting the following input:~

  1. [x] Is there a better name? (renamed to cut_body_and_text)
  2. [x] Should we improve the way the body string is managed?
  3. [x] json schema generation is having issues with REDISCLOUD_URL and SECRET_KEY

Fixes: https://github.com/chdsbd/kodiak/issues/770

netlify[bot] commented 2 years ago

👷 Deploy request for kodiak-docs pending review. Visit the deploys page to approve it

🔨 Explore the source changes: f27416e6dd92f32f853d21dbc9830f9a7c0cb24c

netlify[bot] commented 2 years ago

👷 Deploy request for kodiak-dashboard-staging pending review. Visit the deploys page to approve it

🔨 Explore the source changes: f27416e6dd92f32f853d21dbc9830f9a7c0cb24c

jbergstroem commented 2 years ago

@chdsbd could you enable the checks so we can see if it passes?