Skip to content

Add tests for rebase and mixed merge/rebase workflows #65

Add tests for rebase and mixed merge/rebase workflows

Add tests for rebase and mixed merge/rebase workflows #65

Workflow file for this run

name: Update PR Stack
on:
pull_request:
types: [closed, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-pr-stack:
runs-on: ubuntu-latest
steps:
- uses: Phlogistique/autorestack-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}