Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 #2

Bump certifi from 2023.7.22 to 2024.7.4

Bump certifi from 2023.7.22 to 2024.7.4 #2

Workflow file for this run

name: Pull request mergability check
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-pr-ff-merge:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Checking if fast forward merging is possible
uses: sequoia-pgp/fast-forward@v1
with:
merge: false
comment: always