Skip to content

integration-test

integration-test #12

Workflow file for this run

name: Pull Request Integrator
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
jobs:
merge:
# This job only runs for pull request comments
name: Merge on label
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Group Open PRs and Merge
uses: ./
id: group-and-merge
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
target-label: staging
main-branch: 'main'
integration-branch: 'staging'