Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 518 Bytes

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