Skip to content

merge queue: embarking main (847168f) and #185 together #455

merge queue: embarking main (847168f) and #185 together

merge queue: embarking main (847168f) and #185 together #455

name: "Semantic Pull Request"
permissions: read-all
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pull-request:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
if: ${{ !startsWith(github.head_ref, 'mergify/merge-queue/') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}