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
The project's documentation recommends triggering a workflow using this action to run upon receiving the "workflow_run" GitHub event. However, when I do so, I notice that none of my trace spans include any of the "github.pull_requests.*" trace span attributes mentioned in the documentation.
Should these attributes be available for such events? I see that the action looks for whether the workflow job references any pull requests, and I have this action recording traces for GitHub Actions workflows of mine that trigger upon "pull_request" events. Can this action not see "through" the event it receives to what happened with the job it's transcribing later?