Skip to content

Instantly share code, notes, and snippets.

@adikari
Created December 5, 2020 11:06
Show Gist options
  • Save adikari/64702a029273661d3301e604c9a3ddee to your computer and use it in GitHub Desktop.
Save adikari/64702a029273661d3301e604c9a3ddee to your computer and use it in GitHub Desktop.
github pull request configuration
name: Trigger Buildkite Pipeline
on:
push:
branches:
- "*"
- "*/*"
- "!master"
jobs:
build:
name: Pull Request
runs-on: ubuntu-latest
steps:
- name: Trigger pull request pipeline
uses: buildkite/[email protected]
env:
PIPELINE: adikari/pull-request
MESSAGE: ":github: ${{github.event.head_commit.message}}"
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_API_ACCESS_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment