From c10c8b50d49fe1e76bcf901c9b0d7155128e905c Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 24 Jun 2022 08:25:39 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/snjs.upgrade.event.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snjs.upgrade.event.yml b/.github/workflows/snjs.upgrade.event.yml index ac4a482c6..b20556009 100644 --- a/.github/workflows/snjs.upgrade.event.yml +++ b/.github/workflows/snjs.upgrade.event.yml @@ -39,6 +39,7 @@ jobs: with: token: ${{ secrets.CI_PAT_TOKEN }} title: "${{ 'chore(deps): upgrade snjs' }}" + body: Updates all packages prefixed with "@standardnotes/" in root workspace, web, and mobile. commit-message: "${{ 'chore(deps): upgrade snjs' }}" delete-branch: true committer: standardci