Dario Limongi

Results 3 comments of Dario Limongi

> I'm not particularly sure about using CHANGELOG.md. Many repos tend to maintain a gigantic CHANGELOG.md with all the changes piled up (crowded) since the first version. I don't know...

I've used this condition as workaround: github.event_name == 'pull_request' ``` - name: comment PR uses: unsplash/comment-on-pr@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: msg: "Check out this message!" if: github.event_name ==...

Hello Jmaynier, I'm also looking to trigger the 'spiderfy' method but just on the marker selected with a combobox. Did you find anything for solving your problem or the function...