Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Opens a Pull Request when `bundle update` produces a diff from the current bundle

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages