1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00

Update new test description

This commit is contained in:
Josh Dales
2021-08-07 15:26:13 -04:00
parent a01b9aebb2
commit bce88a9ea3

View File

@@ -118,7 +118,7 @@ describe("run", () => {
});
});
it("adds labels based on branch names that match the glob pattern", async () => {
it("adds labels based on branch names that match different glob patterns", async () => {
github.context.ref = "my/feature/that-i-like";
usingLabelerConfigYaml("branches.yml");
await run();