Skip to content

Commit

Permalink
Merge 9ccafe9 into 9884e43
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 18, 2020
2 parents 9884e43 + 9ccafe9 commit 6dab8f3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/pkg-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update */Manifest.toml
title: '[AUTO] Update */Manifest.toml'
title: 'Update */Manifest.toml'
body: |
## Commit Message
Update */Manifest.toml
# When merging PR via Mergify using squash method, it can
# create large commit message by listing titles of all
# commits (default behavior of GitHub squash merge).
# Overriding the message here by using Mergify's API.
#
# --- Commit Message and squash Method
# https://doc.mergify.io/actions.html#commit-message-and-squash-method
labels: no changelog
branch: create-pull-request/pkg-update
branch-suffix: none
Expand Down

0 comments on commit 6dab8f3

Please sign in to comment.