Skip to content

Commit

Permalink
pick out names
Browse files Browse the repository at this point in the history
  • Loading branch information
scanlonp committed Sep 20, 2023
1 parent 6b7dfc1 commit c34085d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ async function run() {
repo: repo.repo,
});

console.log(allLabels);
const allLabelNames = allLabels.data.map(label => label.name);

console.log(allLabelNames);

/*
for (const label in labelReplacement) {
Expand Down

0 comments on commit c34085d

Please sign in to comment.