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 am adding a function to matnwb (installNwbExtension) which has a list of available extensions. It would be great if this list could be updated when new records are added to the extension catalog.
Todo:
Add a workflow with a task similar to the following which triggers on pushes to main when data/records.json is changed. It uses a POST request to trigger a GitHub Actions workflow in the matnwb repository by using the workflow_dispatch API endpoint
Closing this issue. This suggestion would require adding secrets to this repository managed by an admin of the NeurdataWithoutBorders organisation. That extra step and potential maintenance is not worth the effort
I am adding a function to matnwb (
installNwbExtension
) which has a list of available extensions. It would be great if this list could be updated when new records are added to the extension catalog.Todo:
Add a workflow with a task similar to the following which triggers on pushes to
main
whendata/records.json
is changed. It uses a POST request to trigger a GitHub Actions workflow in the matnwb repository by using the workflow_dispatch API endpointQuestion: Is there a bot account / token pair that could be used for this?
The text was updated successfully, but these errors were encountered: