Skip to content

MerchantsBonding/verificator-status-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adds Verificator status as comment on Production Pull Requests - GitHub Actions

What is it ?

A GitHub action that comments with the verificator status on production pull requests.

Usage

on:
  pull_request:
    branches:
      - production

jobs:
  example_comment_pr:
    runs-on: ubuntu-latest
    name: Adds Verificator Status comment
    steps:
      - name: Checkout
        uses: actions/checkout@v1

      - name: Comment PR
        uses: MerchantsBonding/verificator-status-comment@master
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}

Duplicated repo from https://github.com/thollander/actions-comment-pull-request

About

Adds Verificator status to Prod Deploys

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •