diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml new file mode 100644 index 000000000..01867d676 --- /dev/null +++ b/.github/workflows/compliance.yml @@ -0,0 +1,15 @@ +name: "Compliance" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +permissions: + pull-requests: write + +jobs: + compliance: + uses: open-sauced/hot/.github/workflows/compliance.yml@main \ No newline at end of file