Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: l3build add-contrib [ci skip] #130

Merged
merged 13 commits into from
Nov 2, 2022
Merged

Conversation

LogCreative
Copy link
Contributor

@LogCreative LogCreative commented Nov 1, 2022

  • 添加 l3build add-contrib test 命令以方便添加插件。
  • 使用 git 获取作者与邮箱信息。
  • 添加 contrib skip 标志用于跳过插件检查。

@@ -16,6 +16,8 @@ name: Contrib
jobs:
build-contrib:
runs-on: ubuntu-latest
# ignore the commit with [contrib skip] tag.
if: "!contains(github.event.head_commit.message, 'contrib skip')"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在这个表达式似乎不能用了,虽然现在支持 [ci skip] 跳过检查,但是自定义标记现在不是很方便。

Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public CI 没啥成本,多跑几次也无所谓(

@LogCreative LogCreative changed the title ci: l3build add-contrib [contrib skip] ci: l3build add-contrib [ci skip] Nov 2, 2022
@LogCreative LogCreative merged commit 4eab16b into main Nov 2, 2022
@LogCreative LogCreative deleted the logcreative-morecontribcmd branch November 2, 2022 01:24
@LogCreative LogCreative mentioned this pull request Nov 2, 2022
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants