Skip to content

Add detailed debug logging for pull request rebasing process #427

Add detailed debug logging for pull request rebasing process

Add detailed debug logging for pull request rebasing process #427

Workflow file for this run

on:
push:
branches-ignore:
# Ignore branches automatically created by github-rebase
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Test
run: yarn test