Skip to content

Commit f180c20

Browse files
authored
Branding added
1 parent 63dfb0c commit f180c20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Branch fast-forward-ness checker
22

33
description: Check if Pull Request branch can be easily fast-forwarded into main branch
44

5+
branding:
6+
icon: 'fast-forward'
7+
color: 'orange'
8+
59
inputs:
610
remote-name:
711
description: Remote name, if differents from "origin"
@@ -28,4 +32,4 @@ runs:
2832
echo "Branch is not ready for merging yet. Check your tree to investigate 👇" && \
2933
git log --graph --abbrev-commit --decorate --simplify-by-decoration --all --format=format:'%C(bold blue)%h%C(reset) - %C(yellow)%aD%C(reset) %C(dim yellow)(%ar)%C(reset)%C(auto)%+d%n %<(80,trunc)' && exit 1
3034
shell: bash
31-
35+

0 commit comments

Comments
 (0)