Skip to content

Commit

Permalink
build: update dist/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 17, 2024
1 parent ad146fb commit 4f6823d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/action.js.map

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

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

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.

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

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

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

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

4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export class Config {
);
}
// ?: When template name is provided look for section that match the template name
const templatePolicy = this.policy?.find(
pItem => pItem.template?.find(tItem => tItem === template)
const templatePolicy = this.policy?.find(pItem =>
pItem.template?.find(tItem => tItem === template)
);

// If exact policy for template exists ; return it
Expand Down

0 comments on commit 4f6823d

Please sign in to comment.