-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from oceanbase/dengfuping-dev
config(workflow): Use new params for release-helper
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,17 @@ jobs: | |
# use actions-cool/release-helper to create releases | ||
# ref: https://github.com/actions-cool/release-helper | ||
contents: write | ||
if: ${{ startsWith(github.event.head_commit.message, 'Publish') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Release Oceanbase Design | ||
uses: dengfuping/[email protected] | ||
with: | ||
branch: 'master' | ||
changelogs: 'docs/design/design-CHANGELOG.md, docs/ui/ui-CHANGELOG.md, docs/charts/charts-CHANGELOG.md, docs/codemod/codemod-CHANGELOG.md' | ||
dingding-changelogs: 'docs/design/design-CHANGELOG.md, docs/ui/ui-CHANGELOG.md, docs/charts/charts-CHANGELOG.md, docs/codemod/codemod-CHANGELOG.md' | ||
branch: 'master' | ||
dingding-token: ${{ secrets.DINGDING_BOT_TOKEN }} | ||
msg-title: '# OceanBase Design 发布日志' | ||
msg-poster: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*zx7LTI_ECSAAAAAAAAAAAABkARQnAQ' | ||
msg-footer: '💬 前往 [**OceanBase Design Releases**]({{url}}) 查看更新日志' | ||
prettier: true | ||
dingding-message-title: '# 🎉 OceanBase Design 新版本发布 🎉' | ||
dingding-message-poster: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*zx7LTI_ECSAAAAAAAAAAAABkARQnAQ' | ||
dingding-message-footer: '🚀 前往 [**OceanBase Design 官网**](https://design.oceanbase.com) 查看示例和用法\n🚀 前往 [**OceanBase Design Releases**](https://github.com/oceanbase/oceanbase-design/releases) 查看更新日志\n🚀 使用 [**OceanBase Codemod**](https://github.com/oceanbase/oceanbase-design/tree/master/packages/codemod) 可一键迁移' | ||
dingding-message-prettier: true |