mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
Update new test description
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user