Skip to content

Replace XtOffsetOf with offsetof for PHP 8.6 compatibility (#2008) #402

Replace XtOffsetOf with offsetof for PHP 8.6 compatibility (#2008)

Replace XtOffsetOf with offsetof for PHP 8.6 compatibility (#2008) #402

Workflow file for this run

name: Merge up
on:
push:
branches:
- "v[0-9]+.[0-9x]+"
jobs:
merge-up:
name: Create merge up pull request
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
pull-requests: write
steps:
- name: Checkout
id: checkout
uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
with:
app_id: ${{ vars.PR_APP_ID }}
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
submodules: true
fetch-depth: 0
- name: Create pull request
id: create-pull-request
uses: alcaeus/automatic-merge-up-action@1.0.1
with:
ref: ${{ github.ref_name }}
branchNamePattern: 'v<major>.<minor>'
devBranchNamePattern: 'v<major>.x'
ignoredBranches: ${{ vars.IGNORED_MERGE_UP_BRANCHES }}
enableAutoMerge: true