Skip to content

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

Notifications You must be signed in to change notification settings

mannum/ayy-bee-action

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

No packages published