Skip to content

Automatically copy relevant issue labels to Pull Requests #2

Automatically copy relevant issue labels to Pull Requests

Automatically copy relevant issue labels to Pull Requests #2

name: Copy Labels to PR

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

View workflow run for this annotation

GitHub Actions / .github/workflows/copy-label-to-pr.yml

Invalid workflow file

`permissions` is not a valid event name
on:
pull_request:
types: [opened]
permissions:
contents: read
issues: read
pull-requests: write
jobs:
copy-labels:
runs-on: ubuntu-latest
name: Copy labels from linked issues
steps:
- name: copy-labels
uses: michalvankodev/[email protected]
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