From 1375dc0a9d3bf61ca8ba1b64c6c24568375d792e Mon Sep 17 00:00:00 2001 From: Sampark Sharma Date: Tue, 7 Mar 2023 18:30:19 +0530 Subject: [PATCH] Update comment for third party action usage (#1960) * Update comment for third party action usage * Update third party usage comment * Update third party usage comment --- ci/elixir.yml | 5 +++++ ci/msbuild.yml | 5 +++++ ci/symfony.yml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/ci/elixir.yml b/ci/elixir.yml index 6c76f54..371ff24 100644 --- a/ci/elixir.yml +++ b/ci/elixir.yml @@ -1,3 +1,8 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + name: Elixir CI on: diff --git a/ci/msbuild.yml b/ci/msbuild.yml index c50354e..a52ec35 100644 --- a/ci/msbuild.yml +++ b/ci/msbuild.yml @@ -1,3 +1,8 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + name: MSBuild on: diff --git a/ci/symfony.yml b/ci/symfony.yml index d1ac71a..4b957e1 100644 --- a/ci/symfony.yml +++ b/ci/symfony.yml @@ -1,3 +1,8 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + name: Symfony on: