supermanner / pull-request-on-bundle-update

This Github Action is send pull request on bundle update.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull request on bundle update

This Github Action is that send pull request on bundle update.
To draw bundle update diff table, I'd like use bundler-diff, Thank you.

This Github Action is running on ruby2.6-alipne.

Usage

※ Without Gemfile and Gemfile.lock, this workflow is failure.

name: pull request on bundle update
on:
  schedule:
    - cron: '*/15 * * * *'

jobs:
  bundle-update:
    name: bundle update
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v1
        with:
          fetch-depth: 1
      - name: pull request on bundle update
        uses: supermanner/pull-request-on-bundle-update@v1.0.1
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          git_user_name: example_name
          git_email: test@example.com
          reviewers: supermanner,hoge,fuga // optional
          bundler_version: 2.0.1 // optional

Demo

DEMO

Contributing

Bug reports and pull requests are welcome on GitHub at pull-request-on-bundle-update.

License

The plugin is available as open source under the terms of the MIT License.

About

This Github Action is send pull request on bundle update.

License:MIT License


Languages

Language:Shell 79.5%Language:Dockerfile 20.5%