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
{{ message }}
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.
Webhook to be called when a PR is opened with just a ton of info if possible to the endpoint of POST /queue/exercise. But only post when the "exercise" tag is added so we don't get typo corrections in there.
We want a webhook to be called when someone infringes the template and Prefect has to tell them to correct it. So that'll be something like POST /trainee/infringement.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prefect will provide data for Report Card.
POST /queue/exercise
. But only post when the "exercise" tag is added so we don't get typo corrections in there.DELETE /queue/exercise/:id
whereid
is the github repo PR id (https://github.com/campus-experts/open-training/pull/724 this is 724 for example)POST /trainee/infringement
.The text was updated successfully, but these errors were encountered: