Skip to content

fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) #1411

fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically)

fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) #1411

Workflow file for this run

name: Close master-targeted PRs
on:
pull_request_target:
types: [opened]
branches:
- 'master'
permissions:
contents: read
jobs:
run:
permissions:
pull-requests: write # Needs to be able to close a PR.
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Close PRs
uses: superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448 # v3.1.2
with:
comment: "Thank you for your contribution, but PRs must be raised against the `dev` branch. Please log your pull request against the `dev` branch not `master`. You can also retarget this pull request, then reopen it."