1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Update PATs to new format (#38179)

This commit is contained in:
Kevin Heis
2023-06-26 07:14:01 -07:00
committed by GitHub
parent 6306828c56
commit 46e84b3ee4
41 changed files with 87 additions and 87 deletions

View File

@@ -158,7 +158,7 @@ if (import.meta.url.endsWith(process.argv[1])) {
* linkReports {boolean} - When createReport is true, link the issue report to previous report(s) via comments
* reportRepository {string} - Repository in form of "owner/repo-name" that report issue will be created in
* reportLabel {string} - Label assigned to report issue,
* reportAuthor {string} - Expected author of previous report issue for linking reports (a bot user like Docubot)
* reportAuthor {string} - Expected author of previous report issue for linking reports (a bot user like docs-bot)
* actionUrl {string} - Used to link report or comment to the action instance for debugging
* actionContext {object} - Event payload context when run from action or injected. Should include { repo, owner }
* verbose {boolean} - Set to true for more verbose logging