forked from siketyan/loxcan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
34 lines (34 loc) · 1.17 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'Loxcan'
author: 'Naoki Ikeguchi'
description: 'Universal Lock File Scanner for Git.'
branding:
icon: 'search'
color: 'yellow'
inputs:
report_enabled:
required: true
description: 'Reports to GitHub pull request only if this input is "true".'
default: '${{ github.event.repository.owner.id == github.event.pull_request.head.user.id }}'
owner:
required: true
description: 'The owner (organization) of the repository.'
default: ${{ github.event.repository.owner.login }}
repo:
required: true
description: 'The name of the repository.'
default: ${{ github.event.repository.name }}
base:
required: true
description: 'The base branch of the pull request.'
default: ${{ github.event.pull_request.base.ref }}
issue_number:
required: true
description: 'The number of a issue or pull request to add a comment.'
default: ${{ github.event.pull_request.number }}
token:
required: true
description: 'An OAuth token to access to the repository as a bot.'
default: ${{ github.token }}
runs:
using: 'docker'
image: 'docker://ghcr.io/siketyan/loxcan@sha256:e39eab840c1cf2e4cea9c2067eb33015e7b80f5aceee40adce8b4981068b88e6'