Skip to content

Mergifyio/gha-mergify-merge-queue-labels-copier

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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 }}