Skip to content

chore: automatic rebase tests #33

chore: automatic rebase tests

chore: automatic rebase tests #33

name: Automatic rebase
on:
workflow_dispatch: ~
push:
branches:
- master
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: gh test
run: |
gh pr list --label Module --limit 50
gh codespace create -b my-beautiful-branch --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}