paulfantom / periodic-labeler

GitHub action to periodically label all PRs in repository
MIT License
14 stars 3 forks source link

use appropriate method instead of ptr dereferencing #10

Closed ilyam8 closed 4 years ago

ilyam8 commented 4 years ago

ssia

i have no clue if it is possible to have nil instead of value but it seems it is better to use method instead of pointer dereferencing. Methods handle nil case.

paulfantom commented 4 years ago

Makes sense. Thanks :+1: