You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: