Skip to content

mannum/ayy-bee-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ayy-bee

A/B test action which merges on commit into any A/B test branches and notifies a slack channel if there's a merge conflict 🐝

Example workflow

name: ayy-bee workflow

on:
  push:
    branches: [master]

jobs:
  AB:
    name: ayy-bee
    runs-on: ubuntu-latest
    steps:
      - uses: mannum/ayy-bee-action@master
        env:
          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          branchPrefix: ab

About

A/B test action which merges on commit into any A/B test branches and notifies a slack channel if there's a merge conflict

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors