Created
December 5, 2020 11:06
-
-
Save adikari/64702a029273661d3301e604c9a3ddee to your computer and use it in GitHub Desktop.
github pull request configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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