Skip to content

chore: Update SNS Aggregator types for potentially any IC commit #7079

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aterga
Copy link
Member

@aterga aterga commented Jul 8, 2025

Motivation

IC repo releases are tied to replica releases, whereas SNS types can be updated and proposed on any commit. It makes no sense to wait for a replica release to update the SNS Aggregator.

Changes

Instead of checking for the latest releases, the update-aggregator CI job now checks for any new IC commits.

Tests

Trial and error.

Todos

  • Accessibility (a11y) – any impact?
  • Changelog – is it needed?

@aterga aterga requested a review from a team as a code owner July 8, 2025 20:57
@@ -23,20 +23,20 @@ jobs:
- uses: actions/checkout@v4
- name: Install didc
run: scripts/install-didc
- name: Find newer IC release, if any
- name: Find newer IC commit, if any

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could mean we're using a non-released commit (which shouldn't be a problem if we are in the habit of keeping master in a releasable state). Just thought I should mention it.

@aterga aterga enabled auto-merge July 8, 2025 21:02
@aterga aterga disabled auto-merge July 8, 2025 21:04
@aterga aterga force-pushed the arshavir/update-sns-aggregator-types-on-each-ic-commit branch from 37801c5 to 2aebd88 Compare July 8, 2025 21:48
@yhabib yhabib force-pushed the arshavir/update-sns-aggregator-types-on-each-ic-commit branch from 2aebd88 to bdb82f2 Compare July 8, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants