Skip to content

FormatPullRequest

FormatPullRequest #463

name: "FormatPullRequest"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: ~
issue_comment:
types:
- "created"
permissions:
contents: "write"
pull-requests: "write"
jobs:
format-pull-request:
name: "FormatPullRequest"
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v2"
secrets: "inherit"