Merge branch 'marocchino:main' into main

This commit is contained in:
Alex Burgel 2023-07-19 10:02:38 -04:00 committed by GitHub
commit dd4c8a0e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1893 additions and 2687 deletions

View file

@ -212,6 +212,10 @@ For more detailed information about permissions, you can read from the link belo
**Optional** Another repository name. Of limited use on GitHub enterprise. If not set, the current repository is used by default. Note that when you trying changing a repo, be aware that `GITHUB_TOKEN` should also have permission for that repository. **Optional** Another repository name. Of limited use on GitHub enterprise. If not set, the current repository is used by default. Note that when you trying changing a repo, be aware that `GITHUB_TOKEN` should also have permission for that repository.
### `ignore_empty`
**Optional** By default this is `false`. If set to `true`, no comment will be posted if the comment body is empty. Note that enabling this will prevent comment hiding & deletion from working when the body is empty.
### `GITHUB_TOKEN` ### `GITHUB_TOKEN`
**Optional**, You can set [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) here. If not set, this will use `${{ github.token }}`. **Optional**, You can set [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) here. If not set, this will use `${{ github.token }}`.

2050
dist/index.js generated vendored

File diff suppressed because it is too large Load diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -29,21 +29,22 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0", "@actions/glob": "^0.4.0",
"@octokit/graphql-schema": "^14.4.0" "@octokit/graphql-schema": "^14.22.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^29.5.3",
"@types/node": "^18.16.3", "@types/node": "^20.4.2",
"@typescript-eslint/parser": "^5.59.2", "@typescript-eslint/parser": "^6.1.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.36.1",
"eslint": "^8.39.0", "eslint": "^8.45.0",
"eslint-plugin-github": "^4.7.0", "eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.3",
"jest": "^27.5.1", "eslint-plugin-prettier": "^5.0.0",
"jest-circus": "^29.5.0", "jest": "^29.6.1",
"jest-circus": "^29.6.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "2.8.8", "prettier": "3.0.0",
"ts-jest": "^27.1.4", "ts-jest": "^29.1.1",
"typescript": "^4.9.5" "typescript": "^5.1.6"
} }
} }

2499
yarn.lock

File diff suppressed because it is too large Load diff