From 6ed2d45de6a7d879aca97dfa3a2b2afad0b0d334 Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Tue, 31 Dec 2019 23:14:18 -0500 Subject: [PATCH] update commit message for ocamlformat --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index addd1f6d..1ece771b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,6 +21,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ocamlformat fixes - title: ocamlformat fixes + title: 'style: run ocamlformat' body: This is an auto-generated PR with fixes by ocamlformat. labels: ocamlformat, automated pr