From 69d0e8d6b5e9c32dd52e146708eb24c66eaeaef0 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 10 Apr 2025 17:30:14 -0400 Subject: [PATCH] Update .github/workflows/FormatPullRequest.yml --- .github/workflows/FormatPullRequest.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/FormatPullRequest.yml diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml new file mode 100644 index 0000000..93875cc --- /dev/null +++ b/.github/workflows/FormatPullRequest.yml @@ -0,0 +1,14 @@ +name: "Format Pull Request" + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: +permissions: + contents: write + pull-requests: write + +jobs: + format-pull-request: + name: "Format Pull Request" + uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"