Note the reference to the pull request [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-08-11 16:19:31 +09:00
Родитель 51d9d0f888
Коммит 9fe7e042f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4BC7D6DF58D8DF60
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -208,6 +208,7 @@ define pull-github
$(if $(filter true,$(COMMIT_GPG_SIGN)), \
git -C "$(GITHUB_MERGE_WORKTREE)" rebase --exec "git commit --amend --no-edit -S" "$(GITHUB_MERGE_BASE)"; \
)
git -C "$(GITHUB_MERGE_WORKTREE)" rebase --exec "git notes add --message 'Merged: $(GITHUB_RUBY_URL)/pull/$(1)'" "$(GITHUB_MERGE_BASE)"
endef
define merge-github