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
I can use map as defined in the language spec (see here).
Actual Behavior
It panics (used in the interceptor of an eventlistener at least)
Steps to Reproduce the Problem
The event json is a GitHub payload, body.pull_request.labels is a list with a map in, and that map contains name. The goal is to create a new "field" extensions.safe_labels that contains a list of label name (from body.pull_request.labels)
Expected Behavior
I can use
map
as defined in the language spec (see here).Actual Behavior
It panics (used in the interceptor of an eventlistener at least)
Steps to Reproduce the Problem
The event json is a GitHub payload,
body.pull_request.labels
is a list with amap
in, and that map containsname
. The goal is to create a new "field"extensions.safe_labels
that contains a list of label name (frombody.pull_request.labels
)Additional Info
/kind bug
/assign @bigkevmcd
The text was updated successfully, but these errors were encountered: