<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>r_tatsumi_vq</author_name>
  <author_url>https://blog.hatena.ne.jp/r_tatsumi_vq/</author_url>
  <blog_title>VISASQ Dev Blog</blog_title>
  <blog_url>https://tech.visasq.com/</blog_url>
  <categories>
    <anon>技術記事</anon>
  </categories>
  <description>GitHub Actionsを使って特定ファイルの変更を含むプルリクに自動でコメントを投稿する方法を紹介します。 弊社では特定ファイルを修正したときに必要な作業のリマインドに利用しています。 実装 以下のyamlファイルを .github/workflows に配置することで、hogeディレクトリ配下のファイルの変更を検知してプルリクエストにコメントを投稿できます。 name: workflow on: pull_request: types: [ opened, synchronize, reopened ] paths: - hoge/* jobs: comment-on-pull-req…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.visasq.com%2Factions-pull-request-comment&quot; title=&quot;GitHub Actions で特定ファイルの変更を含むプルリクにコメントする - VISASQ Dev Blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/r/r_tatsumi_vq/20221205/20221205163234.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-12-05 16:33:17</published>
  <title>GitHub Actions で特定ファイルの変更を含むプルリクにコメントする</title>
  <type>rich</type>
  <url>https://tech.visasq.com/actions-pull-request-comment</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
