From 29914a5272c3a601e482b5ec54e389e0e8e178f1 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Fri, 28 Jul 2023 14:38:13 -0400 Subject: [PATCH] ci: more workflow abstraction --- .github/workflows/pull_request_target.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index 421b474..39b1aca 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -1,6 +1,6 @@ -# ----------------------------------------------- # -# Note: this file originates in template-template # -# ----------------------------------------------- # +# --------------------------------------------- # +# Note: this file originates in template-docker # +# --------------------------------------------- # name: pull_request_target @@ -12,14 +12,9 @@ concurrency: permissions: read-all jobs: - auto-merge: - needs: template-sync + main: + uses: ahmadnassri/actions/.github/workflows/pull-request-target.yml@master secrets: inherit - uses: ahmadnassri/actions/.github/workflows/auto-merge.yml@master permissions: contents: write pull-requests: write - - template-sync: - secrets: inherit - uses: ahmadnassri/actions/.github/workflows/template-sync.yml@master