+24
-0
lines changedFilter options
+24
-0
lines changed Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
1
+
name: bot
2
+
3
+
on:
4
+
pull_request:
5
+
branches:
6
+
- '**'
7
+
8
+
jobs:
9
+
require_changelog:
10
+
11
+
runs-on: ubuntu-latest
12
+
steps:
13
+
- uses: actions/checkout@v2
14
+
- uses: mskelton/changelog-reminder-action@v1
15
+
with:
16
+
# Match any file in the docs/change_log/ dir.
17
+
changelogRegex: "docs/change_log/.*"
18
+
# Only require changelog update if changes were made in markdown/
19
+
include: "markdown/.*"
20
+
message: |
21
+
@${{ github.actor }}, thank you for your contribution. It appears that you have not added a comment to the
22
+
change log describing the changes you have made. Doing so will help to ensure your contribution is accepted.
23
+
24
+
Please see the [Contributing Guide](https://python-markdown.github.io/contributing/#pull-requests) for details.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4