Skip to content

mergify-merge-queue-labels-copier

Actions
Mergify: copies pull request labels to merge queue draft PRs
v1
Latest
Verified creator
Star (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

gha-mergify-merge-queue-labels-copier

Copies pull request labels to merge queue draft pull requests

To use:

name: Mergify merge-queue labels copier
on:
  pull_request_target:
    types:
      - opened

jobs:
  mergify-merge-queue-labels-copier:
    runs-on: ubuntu-20.04
    steps:
      - name: Copying labels
        uses: Mergifyio/gha-mergify-merge-queue-labels-copier
        with:
          labels: docker
          additional-labels: merge-queue-pr
          repo-token: ${{ github.token }}

mergify-merge-queue-labels-copier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Mergify: copies pull request labels to merge queue draft PRs
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

mergify-merge-queue-labels-copier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.