From cfb91b7c7f9f24adc7f8bdc13065f371dcb43c14 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Fri, 27 Jan 2023 15:28:35 -0500 Subject: [PATCH] chore: add shared commisery workflow Signed-off-by: Dmitri Pal --- .github/workflows/commisery.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/commisery.yml 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