Enhance and make parsing more lenient in no-todos #39
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |