contributor-assistant / github-action

CLA Assistant GitHub Action
Apache License 2.0
281 stars 93 forks source link

[BUG] Several jobs conflicts with each other #153

Open vtsvetkov-splunk opened 6 months ago

vtsvetkov-splunk commented 6 months ago

Describe the bug An original issue from our repo - COC and CLA jobs overrides each other The issues comes when we use 2 jobs for signing different agreements. The job posts comment about a need to sign COC, other job finds this comment and updates the content to "Sign CLA". So, people see only the requirements to sign CLA, bot not COC. What was happened actually in this PR. You may see the history of edits for this comment.

To Reproduce Here is our workflow: reusable-agreements.yaml 2 jobs operates with different arguments using the same contributor-assistant/github-action

Expected behavior 2 jobs work independently and allow us to sign both agreements with the same or different comments. They post different comments and are able to react on them independently.