• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

funivan/github-autopr: This action automatically open Pull Request.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

funivan/github-autopr

开源软件地址:

https://github.com/funivan/github-autopr

开源编程语言:

Shell 80.2%

开源软件介绍:

Usage

This action automatically open Pull Request based on conditions.

Create PR for all commits.

steps:
  - name: Create PR
    uses: funivan/[email protected]
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Demo

how it works

Filter

In every runtime environment for an Action we have file that holds the JSON data for the event PushEvent payload. From that we can get the commit authors name and other important data. We can skip this action by checking this data.

Arguments

  • First argument - JQ selector which will select data from the event data file
  • Second argument: grep regex
  • Third argument: verbosity level (-v|-vv)

Examples

Create PR if the commit message contains #pr hashtag

steps:
  - name: Create PR
    uses: funivan/[email protected]
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    with:
      args: .head_commit.message .*#pr.*

Check if branch ends with -pr word

args: .repository.default_branch .*-pr

Output data that is used for the condition

Just add third parameter -v

args: .repository.default_branch .*-pr -v

If you need to get output (response body) of the API call use -vv (very verbose level)

How it works

Under the hood we will fetch commit message and check if it contains #pr word.

result=$(echo "some test commit message #pr" | grep "^.*#pr.*$" | wc -l )

If result is positive - we will continue our action. If negative - stop it immediately.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap