Skip to content

Commit 474ed52

Browse files
AshutoshAM2002Nikita Dugaranmolnagpal
authored
added logo (#31)
Co-authored-by: Nikita Dugar <[email protected]> Co-authored-by: Anmol Nagpal <[email protected]>
1 parent f9b774e commit 474ed52

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# These owners will be the default owners for everything in the repo.
2+
* @anmolnagpal @clouddrove/approvers @clouddrove-ci

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
1-
<h1 align="center">GitHub-Shared-Workflows</h1>
1+
<p align="center"> <img src="https://camo.githubusercontent.com/a47ec6a3814b0a78105e9b1130cea653cbf319913f4d321f7512a60c3a4c1df0/68747470733a2f2f63646e2e73766172756e2e6465762f67682f616374696f6e732d736d616c6c2e706e67" width="100" height="100"></p>
2+
3+
<h1 align="center">GitHub Shared Workflows</h1>
4+
25
<p align="center">
36
GitHub shared workflow defines a workflow that we can use in multiple repos with a simple structure.
47
</p>
58

9+
<p align="center">
10+
<a href="LICENSE">
11+
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
12+
</a>
13+
<a href="https://docs.github.com/en/actions/using-workflows/reusing-workflows">
14+
<img src="https://img.shields.io/badge/shared-workflow-green" alt="ref">
15+
</a>
16+
</p>
17+
18+
<p align="center">
19+
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/github-shared-workflows'>
20+
<img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" />
21+
</a>
22+
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Github+Shared+Workflows&url=https://github.com/clouddrove/github-shared-workflows'>
23+
<img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" />
24+
</a>
25+
<a href='https://twitter.com/intent/tweet/?text=Github+Shared+Workflows&url=https://github.com/clouddrove/github-shared-workflows'>
26+
<img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" />
27+
</a>
28+
</p>
29+
30+
---
31+
632
This repo offers to using a workflow with a simple calling structure and proper documentation. This shared workflow feature can overcome the issue of upgrading hundreds of workflows whenever any new updation is required. In this repo, we have many kinds of workflows related to Terraform, Kubernetes, Helm, SST, and regular workflows like maintain changelog, auto assignee, and many more.
733

834
## How shared workflow use

0 commit comments

Comments
 (0)