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 bot needs to respond to webhook events for PRs and add the corresponding labels to the PR.
Description
When opening a new PR, a webhook will fire to the endpoint specified in the wrangler.toml file, in turn, the bot will read the repo config and will add the labels to the PR the way that they are configured.
Context
The bot needs to respond to webhook events for PRs and add the corresponding labels to the PR.
Description
When opening a new PR, a webhook will fire to the endpoint specified in the wrangler.toml file, in turn, the bot will read the repo config and will add the labels to the PR the way that they are configured.
The functionality can be copied from the pre-existing Rust implementation: https://github.com/cloudflavor/oscar/blob/216190bd53d361de35f9f035adcd9b0c72bfbfc1/src/lib.rs
a rough sketch of the config is
Acceptance Criteria
The bot reacts to webhook PR events for github (open, reopen, update)The bot reads the toml config in the root directoryThe text was updated successfully, but these errors were encountered: