We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56102d1 commit 54fdfe8Copy full SHA for 54fdfe8
plugins/deployed-labeler/README.md
@@ -51,9 +51,15 @@ docker run \
51
52
And `curl` the endpoint
53
54
-```sh
55
-curl -XPOST "http://localhost:8080/deployed?commit=01f4897c5323433e7831ca948f7d340c3c762885&team=webapp"
56
-```
+- Check for unlabeled pull requests:
+ ```sh
+ curl "http://localhost:8080/deployed?commit=01f4897c5323433e7831ca948f7d340c3c762885&team=webapp"
57
+ ```
58
+
59
+- Upload pull request labels:
60
61
+ curl -XPOST "http://localhost:8080/deployed?commit=01f4897c5323433e7831ca948f7d340c3c762885&team=webapp"
62
63
64
## Deploying
65
0 commit comments