We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dfb0c commit f180c20Copy full SHA for f180c20
action.yml
@@ -2,6 +2,10 @@ name: Branch fast-forward-ness checker
2
3
description: Check if Pull Request branch can be easily fast-forwarded into main branch
4
5
+branding:
6
+ icon: 'fast-forward'
7
+ color: 'orange'
8
+
9
inputs:
10
remote-name:
11
description: Remote name, if differents from "origin"
@@ -28,4 +32,4 @@ runs:
28
32
echo "Branch is not ready for merging yet. Check your tree to investigate 👇" && \
29
33
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
30
34
shell: bash
31
-
35
0 commit comments