Skip to content

Backport PR #22594 on branch 6.x (PR: Set shell banner attribute to be the one computed by us (IPython console)) #15

Backport PR #22594 on branch 6.x (PR: Set shell banner attribute to be the one computed by us (IPython console))

Backport PR #22594 on branch 6.x (PR: Set shell banner attribute to be the one computed by us (IPython console)) #15

Workflow file for this run

name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: Automerge
uses: "pascalgn/automerge-action"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
MERGE_REMOVE_LABELS: "automerge"
MERGE_METHOD: "squash"
BASE_BRANCHES: "6.x"