add support for pr labels - #240
Conversation
|
|
There is already a similar PR open here. I think I don't want to add this to this action as mentioned in the comment there: #182 (comment) |
|
Ah nice, will close this then - TIL about Thanks @Andarist! |
|
@jacklesliewise note that you can use it quite easily even today, just by using my action over theirs: |
|
@Andarist I actually managed to achieve what we wanted with the current version of When creating the name: 'Pull Request Labeler'
on:
pull_request_target:
types:
- opened
branches:
- 'changeset-release/**'Edit: the if: startsWith(github.head_ref, 'changeset-release/') |
|
Nice 👍 |
Context
We would like to attach some labels to the PRs that changesets action opens.
Changes
labelsaction optionsConsiderations
issuesrather thanpulls- however they mean the same thingaddLabelwhen updating a PR as well?