PromucFlow_constructor/.github/workflows/copy-labels.yml

12 lines
327 B
YAML

name: Copy labels from a connected issue to the PR
on:
pull_request:
types: [opened, labeled, unlabeled, assigned, edited, reopened, synchronize, ready_for_review]
jobs:
copy-labels-from-issue:
runs-on: ubuntu-latest
steps:
- name: Check and copy labels
uses: hetunandu/copy-labels-from-issue@v1