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
Service discovery abstraction for Go backed by HashiCorp Consul.
Includes Manager, Registry interface, Consul backend, config, and unit tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
echo "Pull requests to main can only come from develop or hotfix branches."
45
+
# Add a request for changes comment on the pull request
46
+
curl -s -X POST \
47
+
-H "Authorization: token $GITHUB_TOKEN" \
48
+
-H "Content-Type: application/json" \
49
+
-d '{"body": "Pull requests to **main** can only come from **develop** or **hotfix** branches. Please **change base**!!!", "event": "REQUEST_CHANGES"}' \
0 commit comments