<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Artem Artemev</title>
    <description>The latest articles on DEV Community by Artem Artemev (@artemsre).</description>
    <link>https://dev.to/artemsre</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F466160%2F04913d07-5bc5-4ea2-82d8-5c5030973e36.png</url>
      <title>DEV Community: Artem Artemev</title>
      <link>https://dev.to/artemsre</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/artemsre"/>
    <language>en</language>
    <item>
      <title>DevOPS team code review notifications</title>
      <dc:creator>Artem Artemev</dc:creator>
      <pubDate>Fri, 18 Sep 2020 10:25:36 +0000</pubDate>
      <link>https://dev.to/artemsre/devops-team-code-review-notifications-4k8</link>
      <guid>https://dev.to/artemsre/devops-team-code-review-notifications-4k8</guid>
      <description>&lt;p&gt;The &lt;em&gt;code review process&lt;/em&gt; is a good point. Developers do it every day, but operation team processes are not the same as devs. Waiting for config approve is &lt;em&gt;time wasted&lt;/em&gt; for the whole operation team. Work in different branches is not suitable for terraform with single state file. &lt;br&gt;
My teammates are trying to faster MR approving and write a lot of messages to slack. The MR notifications channel becomes too noisy and everyone thinks that this MRs already approved :). &lt;br&gt;
There is a good point for automatisation. &lt;/p&gt;

&lt;p&gt;Let's try to develop that I want. &lt;br&gt;
The bot should write a message to Slack channel for every new MR and edit the same message then MR is approved and merged. &lt;br&gt;
What we have finally:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9_JE_teW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o8jzzsj7ldvntjq7hujg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9_JE_teW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o8jzzsj7ldvntjq7hujg.png" alt="Merge request notify"&gt;&lt;/a&gt;&lt;br&gt;
Glance view allows me to detect which MR is waiting my approve :) &lt;/p&gt;

&lt;p&gt;I will appreciate any advice or ideas to improve my process. Next step is to write diff for one-line change MR to IM with the button "Approve". Just to increase the approval process for very simple changes.&lt;/p&gt;

&lt;p&gt;The code for this bot: &lt;a href="https://github.com/artemsre/gitlabMRNotify"&gt;https://github.com/artemsre/gitlabMRNotify&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>gitflow</category>
      <category>chatops</category>
      <category>sre</category>
    </item>
  </channel>
</rss>
