diff --git a/.github/workflows/prepare-community-pr.yml b/.github/workflows/prepare-community-pr.yml new file mode 100644 index 0000000..4a1db9e --- /dev/null +++ b/.github/workflows/prepare-community-pr.yml @@ -0,0 +1,15 @@ +# Calls the centralized workflow from rundeck/rundeck. +# To add this to another repo, copy this file — no changes needed. +name: Prepare community PR + +on: + pull_request_target: + types: [labeled] + +jobs: + prepare: + if: github.event.label.name == 'prepare-community-pr' + uses: rundeck/rundeck/.github/workflows/prepare-community-pr.yml@main + permissions: + contents: write + pull-requests: write