Skip to content

Enhance and make parsing more lenient in no-todos #39

Enhance and make parsing more lenient in no-todos

Enhance and make parsing more lenient in no-todos #39

name: Copy issue labels into pull request
on:
pull_request:
types: [ opened, edited, synchronize ]
jobs:
copy-labels:
runs-on: ubuntu-latest
name: Copy labels from referenced issues
permissions:
issues: read
pull-requests: write
steps:
- name: copy-labels
uses: michalvankodev/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-to-exclude: |
good first issue
help wanted