-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaction.yml
More file actions
24 lines (24 loc) · 708 Bytes
/
action.yml
File metadata and controls
24 lines (24 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: 'autofix.ci'
description: 'Automatically fix formatting/lint issues in pull requests'
branding:
icon: 'check-circle'
color: 'green'
runs:
using: 'node20'
main: 'index.dist.js'
inputs:
fail-fast:
description: 'Cancel all other workflows associated with a commit when fixing it.'
required: false
default: 'true'
commit-message:
description: 'The commit message to use when fixing a commit.'
required: false
comment:
description: 'Add a custom comment to the PR when fixing a commit.'
required: false
outputs:
autofix_started:
description: |
Boolean indicating whether changes have been sent to the autofix server
and a fix commit is coming up.