Skip to content

Opens a new PR if there are OpenAPI updates #8

Opens a new PR if there are OpenAPI updates

Opens a new PR if there are OpenAPI updates #8

Workflow file for this run

name: Opens a new PR if there are OpenAPI updates
on:
schedule:
- cron: '0 */3 * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
actions: write
jobs:
auto-update:
uses: tryAGI/workflows/.github/workflows/auto-update.yml@main
with:
library-path: src/libs/ModerationAPI
secrets: inherit