Skip to content

Release campaign state before clearing the UI that displays it #656

Release campaign state before clearing the UI that displays it

Release campaign state before clearing the UI that displays it #656

name: Copy Labels to PR

Check warning on line 1 in .github/workflows/copy-label-to-pr.yml

View workflow run for this annotation

GitHub Actions / Copy Labels to PR

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types: [opened]
jobs:
copy-labels:
permissions:
contents: read
issues: read
pull-requests: write
runs-on: ubuntu-latest
name: Copy labels from linked issues
steps:
- name: copy-labels
uses: michalvankodev/copy-issue-labels@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-to-include: |
bug
build-configuration
breaking-change
code-maintenance
dependencies
feature
ignore-for-release-note
performance
refactor
repo-admin
translations