GithubHelp home page GithubHelp logo

evalphobia / action-auto-reviews-from-branches Goto Github PK

View Code? Open in Web Editor NEW

This project forked from golfzaptw/action-auto-reviews-from-branches

0.0 1.0 0.0 558 KB

Ruby 46.32% Dockerfile 10.42% JavaScript 43.25%

action-auto-reviews-from-branches's Introduction

Actions Auto Reviews Pull Request From Selected Branches

This action is a automatic reviews pull request from selected branches by github bot.

Configuration with With

The following settings must be passed as environment variables as shown in the example.

Key Value Suggested Type Required Default
GITHUB_TOKEN Personal github token. recommend use GITHUN_TOKEN secret env Yes N/A
EVENT_TYPE Type of event will have APPROVE, COMMENT and REQUEST_CHANGES. env No APPROVE
BRANCHES Select the branch that you want to use. env No release/*
MESSAGE Can add comment at event select. env No Success approve. Enjoy ๐Ÿณ๏ธโ€๐ŸŒˆ๐ŸŽ‰.
AUTHOR Select the actor that you want to use. env No 'dependabot-preview[bot], dependabot[bot]'

Example usage

name: Auto reviews release
on: pull_request
jobs:
  reviews:
    runs-on: ubuntu-latest
    steps:
      - name: Auto reviews branches
        uses: golfzaptw/action-auto-reviews-from-branches@master
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
          EVENT_TYPE: APPROVE
          BRANCHES: release/*
          AUTHOR: 'dependabot-preview[bot], dependabot[bot], golfzaptw'
          MESSAGE: Nice approve from github bot.

action-auto-reviews-from-branches's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar golfzaptw avatar yamkk718 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.