Skip to content

Commit

Permalink
Revert "fix: temporarily remove github author names from slack notifi…
Browse files Browse the repository at this point in the history
…cations (#686)"

This reverts commit 849970c.
  • Loading branch information
pnadolny13 committed Aug 9, 2024
1 parent 849970c commit 310fe85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% macro github_activity_slack_message_generator() -%}
'\n • <' || contribution_url || ' | ' || repo_full_name || ' #' || contribution_number || '> \n'
'\n • <' || contribution_url || ' | ' || repo_full_name || ' #' || contribution_number || '> (*' || author_username || '*)\n'
{%- endmacro %}
2 changes: 1 addition & 1 deletion data/transform/macros/slack_message_generator.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% macro slack_message_generator() -%}
'\n • <' || html_url || ' | ' || organization_name || '/' || repo_name || ' #' || GET(split(html_url, '/'), array_size(split(html_url, '/'))-1)::STRING || '> - _' || title || '_' || CASE WHEN singer_contributions.is_hub_listed THEN ' (:melty-flame: < ' || hub_unique.docs || ' | _MeltanoHub Link_>)\n' ELSE '\n' END
'\n • <' || html_url || ' | ' || organization_name || '/' || repo_name || ' #' || GET(split(html_url, '/'), array_size(split(html_url, '/'))-1)::STRING || '> (*' || author_username || '*) - _' || title || '_' || CASE WHEN singer_contributions.is_hub_listed THEN ' (:melty-flame: < ' || hub_unique.docs || ' | _MeltanoHub Link_>)\n' ELSE '\n' END
{%- endmacro %}

0 comments on commit 310fe85

Please sign in to comment.