Skip to content

Commit

Permalink
autogen: build bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Aug 25, 2020
1 parent 51638d8 commit cc878f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distAction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ const mainRunner = ({ shouldIgnore, exitWithReason, issueTitle, createIssue, iss

I would create too many issues, here they are:

${JSON.stringify(issues)}
${JSON.stringify(issues, null, 2)}

To still create them, please raise the limit temporarily, e.g. by manually triggering the workflow (see https://github.com/ory/closed-reference-notifier#manual-workflow-trigger).
`)
Expand Down
2 changes: 1 addition & 1 deletion distCli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const mainRunner = ({ shouldIgnore, exitWithReason, issueTitle, createIssue, iss

I would create too many issues, here they are:

${JSON.stringify(issues)}
${JSON.stringify(issues, null, 2)}

To still create them, please raise the limit temporarily, e.g. by manually triggering the workflow (see https://github.com/ory/closed-reference-notifier#manual-workflow-trigger).
`)
Expand Down

0 comments on commit cc878f8

Please sign in to comment.