Skip to content

Commit 1304659

Browse files
committed
chore: improve branding
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent d8c9dc3 commit 1304659

14 files changed

Lines changed: 202 additions & 19 deletions

File tree

.github/ghadocs/branding.svg

Lines changed: 91 additions & 0 deletions
Loading

.github/ghadocs/social-preview.svg

Lines changed: 84 additions & 0 deletions
Loading

.github/workflows/need-fix-to-issue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ permissions:
4141
contents: read
4242
issues: write
4343

44+
concurrency:
45+
group: ${{ github.workflow }}-${{ github.ref }}
46+
cancel-in-progress: true
47+
4448
jobs:
4549
main:
4650
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.0

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# Continuous Integration - GitHub - Common
1+
<!-- markdownlint-disable-next-line first-line-heading -->
2+
<div align="center" width="100%">
3+
4+
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:anchor color:gray-dark>" /> GitHub Action: Docker Compose Action
25

36
[![Continuous Integration](https://github.com/hoverkraft-tech/ci-github-common/actions/workflows/__main-ci.yml/badge.svg)](https://github.com/hoverkraft-tech/ci-github-common/actions/workflows/__main-ci.yml)
47
[![GitHub tag](https://img.shields.io/github/tag/hoverkraft-tech/ci-github-common?include_prereleases=&sort=semver&color=blue)](https://github.com/hoverkraft-tech/ci-github-common/releases/)
58
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
69
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
710

11+
</div>
12+
813
Opinionated GitHub Actions and workflows for common continuous integration needs
914

1015
---

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

actions/checkout/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Checkout"
22
description: "Action to checkout the repository compatible for PRs, issues and push events. Workaround for [https://github.com/actions/checkout/issues/331](https://github.com/actions/checkout/issues/331)"
3-
author: Hoverkraft
3+
author: hoverkraft
44
branding:
55
icon: git-branch
6-
color: gray-dark
6+
color: blue
77

88
inputs:
99
fetch-depth:

actions/create-and-merge-pull-request/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Create and merge Pull Request"
22
description: "Action to create and merge Pull Request. Opinionated, set GitHub Actions bot as author, then rebase and merge."
3-
author: Hoverkraft
3+
author: hoverkraft
44
branding:
55
icon: git-pull-request
6-
color: gray-dark
6+
color: blue
77

88
inputs:
99
github-token:

actions/create-or-update-comment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Create or update comment"
22
description: "Action to create or update comment in pull request or issue"
3-
author: Hoverkraft
3+
author: hoverkraft
44
branding:
55
icon: message-square
6-
color: gray-dark
6+
color: blue
77

88
inputs:
99
title:

actions/get-github-actions-bot-user/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Get GitHub Actions bot user"
22
description: "Action to get the GitHub Actions bot user informations. Usefull to commit, comment, etc."
3-
author: Hoverkraft
3+
author: hoverkraft
44
branding:
55
icon: user-check
6-
color: gray-dark
6+
color: blue
77

88
outputs:
99
email:

actions/get-issue-number/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Get issue number"
22
description: "Action to get Pull request or issue number"
3-
author: Hoverkraft
3+
author: hoverkraft
44
branding:
55
icon: hash
6-
color: gray-dark
6+
color: blue
77

88
outputs:
99
issue-number:

0 commit comments

Comments
 (0)