Skip to content

This Github Action is send pull request on bundle update.

License

Notifications You must be signed in to change notification settings

supermanner/pull-request-on-bundle-update

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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/[email protected]
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          git_user_name: example_name
          git_email: [email protected]
          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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published