Update activity.ejs

This commit is contained in:
lowlighter
2021-05-12 18:06:40 +02:00
parent 8adc1008d0
commit d6f2910c9c

View File

@@ -34,7 +34,7 @@
<%_ } else if (type === "review") { _%> <%_ } else if (type === "review") { _%>
* 🔍 Reviewed [#<%= event.number %> <%= event.title %>](https://github.com/<%= repo %>/pull/<%= event.number %>) in [<%= repo %>](https://github.com/<%= repo %>) * 🔍 Reviewed [#<%= event.number %> <%= event.title %>](https://github.com/<%= repo %>/pull/<%= event.number %>) in [<%= repo %>](https://github.com/<%= repo %>)
<%_ } else if (type === "ref/create") { _%> <%_ } else if (type === "ref/create") { _%>
* ⏺️ Created new <%= event.ref.type %> <%= event.ref.type !== "repository" ? `<%= event.ref.name %> in` : "" %> [<%= repo %>](https://github.com/<%= repo %>) * ⏺️ Created new <%= event.ref.type %> <%= event.ref.type !== "repository" ? `${event.ref.name} in` : "" %> [<%= repo %>](https://github.com/<%= repo %>)
<%_ } else if (type === "ref/create") { _%> <%_ } else if (type === "ref/create") { _%>
* 🚮 Deleted <%= event.ref.type %> `<%= event.ref.name %>` from [<%= repo %>](https://github.com/<%= repo %>) * 🚮 Deleted <%= event.ref.type %> `<%= event.ref.name %>` from [<%= repo %>](https://github.com/<%= repo %>)
<%_ } _%> <%_ } _%>