Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use common labelers instead of local ones #14867

Merged
merged 25 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1601d22
Uses `common` labelers
vyzaldysanchez Oct 21, 2024
ec31f57
go mod tidy
vyzaldysanchez Oct 21, 2024
5052973
Adds changeset
vyzaldysanchez Oct 21, 2024
3d91495
Matches `head_tracker_current_head` from common
vyzaldysanchez Oct 21, 2024
854483f
Fixes changeset
vyzaldysanchez Oct 21, 2024
9b4a208
Fixes CI - WIP
vyzaldysanchez Oct 21, 2024
815cb7a
Merge remote-tracking branch 'origin/develop' into task/CAPPL-66/cust…
vyzaldysanchez Oct 21, 2024
95b91ec
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 21, 2024
ba4c327
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 22, 2024
9e13bfe
Updates to `common` HEAD + make gomodtidy
vyzaldysanchez Oct 22, 2024
0f04238
Fixes lint
vyzaldysanchez Oct 22, 2024
c996609
Fixes CI
vyzaldysanchez Oct 22, 2024
c347f00
make gomodtidy
vyzaldysanchez Oct 22, 2024
6e430a1
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 22, 2024
0c98c9c
make gomodtidy
vyzaldysanchez Oct 22, 2024
8de20f4
make gomodtidy
vyzaldysanchez Oct 22, 2024
ae22072
bumps chainlink-common
vyzaldysanchez Oct 23, 2024
336afff
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 23, 2024
edc16a7
bumps chainlink-ccip + make gomodtidy
vyzaldysanchez Oct 23, 2024
4b8efc4
bumps chainlink-common
vyzaldysanchez Oct 23, 2024
8110079
bumps chainlink-common
vyzaldysanchez Oct 23, 2024
ca81789
bumps chainlink-common
vyzaldysanchez Oct 23, 2024
c2b2db8
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 24, 2024
1ed1891
make gomodtidy
vyzaldysanchez Oct 24, 2024
8d695db
Merge branch 'develop' into task/CAPPL-66/custom-labelers
vyzaldysanchez Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make gomodtidy
  • Loading branch information
vyzaldysanchez committed Oct 22, 2024
commit 8de20f414f11e6f11d613455791bef0c79fdfe05
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ require (
github.com/shopspring/decimal v1.4.0
github.com/smartcontractkit/chain-selectors v1.0.27
github.com/smartcontractkit/chainlink-automation v0.8.0
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1055,8 +1055,8 @@ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+3
github.com/smartcontractkit/chain-selectors v1.0.27/go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE=
github.com/smartcontractkit/chainlink-automation v0.8.0 h1:hFz2EHU06bkEfhcqhK8JdjKTWpDOr0XJ6xL9oELDoUg=
github.com/smartcontractkit/chainlink-automation v0.8.0/go.mod h1:ObdjDfgGIaiE48Bb3yYcx1CeGBm392WlEw92U83LlUA=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c h1:BvzX0A659a9fShyW69P/jV3iVlA4/wlGbZ/4XXE3pxI=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638 h1:BS9i2P/b+PsomEP//bH4j6N2a1DCgLVVzoRw02CnN2s=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911 h1:8mKG0bTkkyG2kQVa/Ep7cLFicyYas1awQDZg/uNgl9w=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911/go.mod h1:TQ9/KKXZ9vr8QAlUquqGpSvDCpR+DtABKPXZY4CiRns=
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f h1:BwrIaQIx5Iy6eT+DfLhFfK2XqjxRm74mVdlX8gbu4dw=
2 changes: 1 addition & 1 deletion integration-tests/go.mod
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ require (
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86
github.com/smartcontractkit/chain-selectors v1.0.27
github.com/smartcontractkit/chainlink-automation v0.8.0
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.0
4 changes: 2 additions & 2 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
@@ -1402,8 +1402,8 @@ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+3
github.com/smartcontractkit/chain-selectors v1.0.27/go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE=
github.com/smartcontractkit/chainlink-automation v0.8.0 h1:hFz2EHU06bkEfhcqhK8JdjKTWpDOr0XJ6xL9oELDoUg=
github.com/smartcontractkit/chainlink-automation v0.8.0/go.mod h1:ObdjDfgGIaiE48Bb3yYcx1CeGBm392WlEw92U83LlUA=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c h1:BvzX0A659a9fShyW69P/jV3iVlA4/wlGbZ/4XXE3pxI=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241017140434-6757be193e1c/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638 h1:BS9i2P/b+PsomEP//bH4j6N2a1DCgLVVzoRw02CnN2s=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911 h1:8mKG0bTkkyG2kQVa/Ep7cLFicyYas1awQDZg/uNgl9w=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241022173957-8b1c952d3911/go.mod h1:TQ9/KKXZ9vr8QAlUquqGpSvDCpR+DtABKPXZY4CiRns=
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f h1:BwrIaQIx5Iy6eT+DfLhFfK2XqjxRm74mVdlX8gbu4dw=
Loading