From 96fcd74d4cf649cfe9cf803751fa59d59e612f82 Mon Sep 17 00:00:00 2001 From: Jahia Continuous Integration account Date: Tue, 4 Feb 2025 10:10:25 +0100 Subject: [PATCH] chore: sync files with `Jahia/.github` [skip ci] (#7) --- .github/workflows/delivery-pr-chores.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/delivery-pr-chores.yml diff --git a/.github/workflows/delivery-pr-chores.yml b/.github/workflows/delivery-pr-chores.yml new file mode 100644 index 0000000..53607e9 --- /dev/null +++ b/.github/workflows/delivery-pr-chores.yml @@ -0,0 +1,12 @@ +# DO NOT EDIT +# This file is managed globally at https://github.com/Jahia/.github +name: Delivery - PR Chores + +on: + pull_request: + pull_request_review: + +jobs: + WF: + uses: Jahia/jahia-modules-action/.github/workflows/reusable-delivery-pr-chores.yml@v2 + secrets: inherit \ No newline at end of file