Skip to content

Commit f3d3fd0

Browse files
author
Joe Gallo
committed
small change to add labels to issue example
1 parent 4e7cf7a commit f3d3fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/addLabelsToIssue.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ github.authenticate({
1414

1515
github.issues.addLabels({
1616
owner: "kaizensoze",
17-
repo: "node-github",
18-
number: "101",
19-
body: ["invalid", "bug", "duplicate"]
17+
repo: "test2",
18+
number: "4",
19+
body: ["bug", "help wanted", "question"]
2020
}, function(err, res) {
2121
console.log(err, res);
2222
});

0 commit comments

Comments
 (0)