diff --git a/.github/workflows/commisery.yml b/.github/workflows/commisery.yml new file mode 100644 index 0000000..cc0ffce --- /dev/null +++ b/.github/workflows/commisery.yml @@ -0,0 +1,13 @@ +name: Commisery +on: + pull_request: + types: [edited, opened, synchronize, reopened] + +permissions: + contents: read + pull-requests: write + issues: write + +jobs: + commit-message: + uses: enarx/.github/.github/workflows/commisery.yml@main