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
In order to verify that a certain commit was deployed, check that the Github Actions executed successfully on the commit, and use the *Version* endpoint:
In order to verify that a certain action is configured correctly and enabled, use the *Powered By JBI* endpoint: [https://${SERVER}/powered_by_jbi](https://jbi.services.mozilla.com/powered_by_jbi)
123
+
124
+
For the list of configured whiteboard tags:
125
+
126
+
```
127
+
GET /whiteboard_tags/
128
+
{
129
+
"addons": {
130
+
"action": "src.jbi.whiteboard_actions.default",
131
+
"contact": "tbd",
132
+
"description": "Addons whiteboard tag for AMO Team",
0 commit comments