Add and configure ESLint and update configuration for Prettier (#508)

* Add ESLint and update Prettier

* Rebuild action

* Update package.json
This commit is contained in:
Ivan
2023-03-09 15:02:17 +02:00
committed by GitHub
parent ba790c862c
commit 8d81f881dd
17 changed files with 2242 additions and 35 deletions

2
dist/index.js vendored
View File

@@ -52,7 +52,7 @@ function run() {
const syncLabels = !!core.getInput('sync-labels', { required: false });
const prNumber = getPrNumber();
if (!prNumber) {
console.log('Could not get pull request number from context, exiting');
core.info('Could not get pull request number from context, exiting');
return;
}
const client = github.getOctokit(token);