-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into will/kill-common
- Loading branch information
Showing
323 changed files
with
24,036 additions
and
19,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!--- Does this work have a corresponding ticket? Please link it here as well as one of: | ||
- the PR title | ||
- branch name | ||
- commit message | ||
[LINK-777](https://smartcontract-it.atlassian.net/browse/LINK-777) | ||
--> | ||
|
||
### Requires | ||
<!--- Does this work depend on other open PRs? Please list them. | ||
- https://github.com/smartcontractkit/libocr/pull/7777777 | ||
--> | ||
|
||
### Supports | ||
<!--- Does this work support other open PRs? Please list them. | ||
- https://github.com/smartcontractkit/chainlink/pull/7777777 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: LLM Action Error Reporter | ||
on: | ||
workflow_run: | ||
workflows: ["PKG Build and Test"] # As soon as one of the listed worfklows is completed, reporter is triggered | ||
types: | ||
- completed | ||
|
||
jobs: | ||
analyze_logs: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
repository-projects: read | ||
actions: read | ||
steps: | ||
- name: Analyze logs | ||
uses: smartcontractkit/.github/actions/llm-action-error-reporter@d125ca9fe5e3b410de7c6db4a4ce3ed7a0728cd6 # v0.3.0 | ||
with: | ||
parent-workflow-conclusion: ${{ github.event.workflow_run.conclusion }} | ||
skip-on-success: true # Skip posting comment if no errors are found | ||
gh-token: ${{ github.token }} | ||
openai-api-key: ${{ secrets.OPENAI_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
golang 1.22.7 | ||
golang 1.23.3 | ||
protoc 25.1 | ||
protoc-gen-go-grpc 1.3.0 | ||
golangci-lint 1.55.2 | ||
golangci-lint 1.62.2 | ||
mockery 2.43.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.