diff --git a/.github/workflows/mergify-copy-labels.yaml b/.github/workflows/mergify-copy-labels.yaml new file mode 100644 index 000000000000..2dacde2bb69e --- /dev/null +++ b/.github/workflows/mergify-copy-labels.yaml @@ -0,0 +1,16 @@ +--- +name: Mergify merge-queue labels copier +# yamllint disable-line rule:truthy +on: + pull_request_target: + types: + - opened + +jobs: + mergify-merge-queue-labels-copier: + runs-on: ubuntu-latest + steps: + - name: Copying labels + uses: Mergifyio/gha-mergify-merge-queue-labels-copier +# with: +# labels: comma,seperated,lists,of,labels,to,copy