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

Add: topic check for all deploys #8963

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Conversation

Fraggle
Copy link
Contributor

@Fraggle Fraggle commented Nov 27, 2024

Description

Apply the channel topic check for all deploys.

Risk

Low (testing with front-edge)

Deploy Plan

Nothing

@Fraggle Fraggle requested a review from JulesBelveze November 27, 2024 15:10
@Fraggle Fraggle force-pushed the sflory-add-topic-check-for-all-deploys branch from d6e6e1d to b5d68cb Compare November 27, 2024 15:49
@Fraggle Fraggle requested a review from flvndvd November 27, 2024 19:51
Copy link
Contributor

@flvndvd flvndvd left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -100,4 +103,5 @@ runs:
thread_ts: "${{ inputs.thread_ts }}"
text: |
❌ Build pipeline failed
Is blocked by channel topic: ${{ inputs.blocked || "n/a" }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: can we display this only if actually blocked?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure : It you tell me how (don't want to spend an hour iterating again :))

Copy link
Contributor

Choose a reason for hiding this comment

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

😅.

Haven't tested but I've seen stuff like this:

${{ inputs.blocked && format('Is blocked by channel topic: {0}', inputs.blocked) }}

@Fraggle Fraggle force-pushed the sflory-add-topic-check-for-all-deploys branch from 96a2577 to dae343e Compare November 28, 2024 09:33
@Fraggle Fraggle merged commit 484cb00 into main Nov 28, 2024
8 checks passed
@Fraggle Fraggle deleted the sflory-add-topic-check-for-all-deploys branch November 28, 2024 09:37
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.

2 participants