Skip to content

Releases: Zegocover/Label-by-pr-title

Exact Match Labels

17 Aug 13:54
4caa9f4
Compare
Choose a tag to compare
Merge pull request #26 from Zegocover/fix-label-match-criteria

add exact match
Remove label: bug

Rebuild files

06 Aug 11:28
cc76e83
Compare
Choose a tag to compare
Merge pull request #25 from Zegocover/Update-error-msg

build of branch

Find label by Labeled event

04 Aug 13:28
15d1b1a
Compare
Choose a tag to compare

Fix for an issue with response for pull request data occurs sometimes where the response to this actions request for pull request labels data is empty (i.e. no labels on PR) even when this action adds the labels. This only occurs if we manually remove a label such that no labels exist on pull request.

Solution: If the pull request does not have labels look for the labeled event created by this action for labels.

Validate Label once added

02 Aug 11:22
62d2e49
Compare
Choose a tag to compare

Label validation to ensure only 1 label of the specified labels has been added to PR