-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathaction.yml
More file actions
33 lines (30 loc) · 834 Bytes
/
action.yml
File metadata and controls
33 lines (30 loc) · 834 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
25
26
27
28
29
30
31
32
33
name: GitHub - Activity - Readme
description: Updates README with the recent GitHub activity of a user
author: jamesgeorge007
inputs:
COMMIT_MSG:
description: 'Commit message used while committing to the repo'
default: ':zap: Update README with the recent activity'
required: false
GH_USERNAME:
description: 'Your GitHub username'
default: ${{ github.repository_owner }}
required: false
LINES:
description: The number of lines to generate
default: '5'
required: false
NO_COMMIT:
description: Whether not to commit the changed README
default: 'false'
required: false
NO_DEPENDABOT:
description: Whether to filter out PRs opened by Dependabot
default: 'false'
required: false
branding:
color: yellow
icon: activity
runs:
using: node12
main: dist/index.js