Skip to content

Bump ampel-interface from 0.10.3 to 0.10.4.post2 #790

Bump ampel-interface from 0.10.3 to 0.10.4.post2

Bump ampel-interface from 0.10.3 to 0.10.4.post2 #790

Workflow file for this run

name: rebase pull requests
on:
push:
release:
types: [published]
jobs:
auto-rebase:
name: rebase dependabot PRs
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.event == 'release'
timeout-minutes: 5
steps:
- name: rebase
uses: "bbeesley/gha-auto-dependabot-rebase@main"
env:
GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }}
with:
task: rebase