Skip to content

Commit 3c063ab

Browse files
committed
Add action.yml
1 parent a152651 commit 3c063ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

action.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'No Merge Commits Action'
2+
description: 'Prevent merge commits in pull requests.'
3+
author: 'John Paul E. Balandan, CPA'
4+
5+
branding:
6+
icon: 'git-merge'
7+
color: 'red'
8+
9+
inputs:
10+
token:
11+
description: Token to authenticate with GitHub, usually GITHUB_TOKEN
12+
required: true
13+
14+
runs:
15+
using: 'node16'
16+
main: 'dist/index.js'

0 commit comments

Comments
 (0)