Skip to content

Bump openapiv3 from 1.0.2 to 1.0.3 #518

Bump openapiv3 from 1.0.2 to 1.0.3

Bump openapiv3 from 1.0.2 to 1.0.3 #518

Workflow file for this run

name: 'Pull Request Labeler'
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run labeler
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'