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

[v0.23] fix(ci): slack notification (#2505) #2513

Open
wants to merge 1 commit into
base: v0.23
Choose a base branch
from

Conversation

loft-bot
Copy link

Backport from main to v0.23

Original PR Nr.: #2505

Backported Commits:

Adding outputs to the previous job and passing to the notification
aciton

Original PR Description:

What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)

Adding outputs to the previous job and passing to the notification action.

resolves OPS-60

Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster ...

What else do we need to know?

Adding outputs to the previous job and passing to the notification
aciton

(cherry picked from commit 51dab53)
@loft-bot loft-bot force-pushed the backport/v0.23/pr-2505 branch 2 times, most recently from 12375fb to 4922eef Compare February 21, 2025 13:16
@Piotr1215 Piotr1215 requested review from a team and cbron and removed request for a team February 21, 2025 13:38
uses: loft-sh/github-actions/.github/actions/release-notification@v1
with:
version: ${{ needs.publish.outputs.version }}
previous_tag: ${{ needs.publish.outputs.previous_stable_version }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't previous_stable_version need to be defined above ?

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