-
Notifications
You must be signed in to change notification settings - Fork 45
/
sample.yml
33 lines (33 loc) · 1.26 KB
/
sample.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
settings:
username: "Readme-Workflows" # Replace with your username or comment out this line
commit_msg: "⚡ Update README with the recent activity"
max_lines: 5
readme_file: "./TEMPLATE.md"
disabled_events:
- "comments"
url_text: "{REPO}{ID}"
date:
timezone: "GMT+00:00"
text: "Last Updated: {DATE}"
format: "dddd, mmmm dS, yyyy, h:MM:ss TT"
commit_name: "readme-bot"
commit_email: "41898282+github-actions[bot]@users.noreply.github.com"
line_prefix: "{NUM}. "
ignored_repos:
- username/repo
messages:
comments: "💬 Commented on {ID} in {REPO}"
push: "⬆️ Pushed {AMOUNT} commit(s) to {REPO}"
issue_opened: "❗️ Opened issue {ID} in {REPO}"
issue_closed: "✔️ Closed issue {ID} in {REPO}"
pr_opened: "💪 Opened PR {ID} in {REPO}"
pr_closed: "❌ Closed PR {ID} in {REPO}"
pr_merged: "🎉 Merged PR {ID} in {REPO}"
create_repo: "📔 Created new repository {REPO}"
fork_repo: "🔱 Forked {FORK} from {REPO}"
wiki_create: "📖 Created new wiki page {WIKI} in {REPO}"
added_member: "🤝 Became collaborator on {REPO}"
changes_approved: "👍 Approved {ID} in {REPO}"
changes_requested: "🔴 Requested changes in {ID} in {REPO}"
new_release: "✌️ Released {ID} in {REPO}"
new_star: "⭐ Starred {REPO}"