Skip to content

build(deps): bump docker/library/python from 3.12-slim-bullseye to 3.13-slim-bullseye in /docker in the docker-dependencies group #1243

build(deps): bump docker/library/python from 3.12-slim-bullseye to 3.13-slim-bullseye in /docker in the docker-dependencies group

build(deps): bump docker/library/python from 3.12-slim-bullseye to 3.13-slim-bullseye in /docker in the docker-dependencies group #1243

Workflow file for this run

name: Can PR can be merged with fast-forward?
on:
# Trigger when a pull request is opened, reopened, or synchronized.
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-fast-forward:
runs-on: ubuntu-latest
permissions:
contents: read # Allows reading repo to check if fast-forwarding is possible.
pull-requests: write # Writing comments on PRs.
issues: write # Also required for posting comments on PRs.
steps:
- name: "Checking if fast forwarding is possible"
uses: sequoia-pgp/fast-forward@v1
with:
merge: false
comment: on-error