This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit 3b734e79697720440381d77fe644607374613694 Author: kezhenxu94 <[email protected]> AuthorDate: Tue Dec 1 23:28:19 2020 +0800 chore: set up GitHub Actions branding information --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38207ea..e43035f 100644 --- a/action.yml +++ b/action.yml @@ -14,8 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: License Checker +name: License Guard description: A tool for checking license headers, which theoretically supports checking all types of files. +branding: + icon: book + color: orange runs: using: docker image: Dockerfile
