Skip to content

feat(templating): add support for 'tags' array#700

Merged
JosephKav merged 1 commit intomasterfrom
654-feat-support-for-serviceowner-or-tag-in-vars-for-titlemessage-templates
Dec 9, 2025
Merged

feat(templating): add support for 'tags' array#700
JosephKav merged 1 commit intomasterfrom
654-feat-support-for-serviceowner-or-tag-in-vars-for-titlemessage-templates

Conversation

@JosephKav
Copy link
Copy Markdown
Collaborator

e.g.
tags: ['alpha', 'bravo']

template result
{{ tags | first }} alpha
{{ tags.0 }} alpha
{{ tags | slice:'1:2' | first }} bravo
{{ tags | last }} bravo
{{ tags.1 }} bravo
{{ tags | join:',' }} alpha,bravo
{{ tags.2 }}

@JosephKav JosephKav added the enhancement New feature or request label Dec 8, 2025
@JosephKav JosephKav force-pushed the 654-feat-support-for-serviceowner-or-tag-in-vars-for-titlemessage-templates branch from 127f9d0 to 733b601 Compare December 8, 2025 23:13
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.82%. Comparing base (dc5acb2) to head (7c68590).
⚠️ Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #700      +/-   ##
==========================================
+ Coverage   98.82%   98.82%   +0.01%     
==========================================
  Files         132      132              
  Lines        8892     8894       +2     
==========================================
+ Hits         8787     8789       +2     
  Misses         80       80              
  Partials       25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JosephKav JosephKav force-pushed the 654-feat-support-for-serviceowner-or-tag-in-vars-for-titlemessage-templates branch from 733b601 to 7c68590 Compare December 9, 2025 07:52
@JosephKav JosephKav merged commit 8083828 into master Dec 9, 2025
7 checks passed
@JosephKav JosephKav deleted the 654-feat-support-for-serviceowner-or-tag-in-vars-for-titlemessage-templates branch December 9, 2025 13:47
This was referenced Dec 9, 2025
@JosephKav JosephKav added the go Pull requests that update Go code label Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support for "ServiceOwner" or "tag" in vars for title/message templates

1 participant