layer5io / meshery-smp-action

GitHub Action for pipelining microservices and Kubernetes performance testing with Meshery
https://layer5.io/projects/nighthawk
Apache License 2.0
27 stars 21 forks source link

Updated repo name in slack workflow #3

Closed shuklaritvik06 closed 2 years ago

shuklaritvik06 commented 2 years ago

Description

This PR fixes #1

Notes for Reviewers

Signed commits

s1ntaxe770r commented 2 years ago

Hey @shuklaritvik06 thanks for the contribution , looks like you have an unsigned commit kindly, kindly sign off using the steps here and it should be ready to merge

shuklaritvik06 commented 2 years ago

Hey @shuklaritvik06 thanks for the contribution , looks like you have an unsigned commit kindly, kindly sign off using the steps here and it should be ready to merge

Thanks for the help , but when i'm cloning this repo on my local system the .github folder is not showing and the slack.yml file is in that folder only, please help me how i can clone that folder as i have to use the git command to signoff my commits?

DelusionalOptimist commented 2 years ago

hey @shuklaritvik06 that's happening because filenames/dirnames starting with . are treated as hidden. You can make your changes and add them using git add .github Then proceed to commit them using the steps that @s1ntaxe770r has pointed out. : )

shuklaritvik06 commented 2 years ago

hey @shuklaritvik06 that's happening because filenames/dirnames starting with . are treated as hidden. You can make your changes and add them using git add .github Then proceed to commit them using the steps that @s1ntaxe770r has pointed out. : )

Thank you @DelusionalOptimist :) Now it's fine?

leecalcote commented 2 years ago

Thank you, gents