Skip to content

Commit

Permalink
Fix #11 - support from-title input (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
microdataxyz authored Jan 10, 2023
1 parent 93650c5 commit c4609ce
Show file tree
Hide file tree
Showing 6 changed files with 10,190 additions and 164 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ steps:
references
```

## Parse from title

You can provide from-title = true to parse the issue numbers from title

```yml
steps:
- name: copy-labels
uses: michalvankodev/copy-issue-labels@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
from-title: true
```

## Development

The deployed code is stored in the repository as that's how github action runner is able to run the action with _runners_.
Expand Down
Loading

0 comments on commit c4609ce

Please sign in to comment.