Skip to content

feat: support for reusable pathItems definitions in components for OAS 3.1 #29

feat: support for reusable pathItems definitions in components for OAS 3.1

feat: support for reusable pathItems definitions in components for OAS 3.1 #29

Workflow file for this run

name: Assign PR
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
pull-requests: write
contents: read
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: PR Auto-Assignment
uses: netcracker/qubership-workflow-hub/actions/pr-assigner@main
with:
configuration-path: ".github/pr-assigner-config.yml"
shuffle: 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}