We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdd629 commit 70c4170Copy full SHA for 70c4170
README.md
@@ -1,6 +1,6 @@
1
# Pull Request Description Enforcer
2
3
-github action for enforcing description on pull requests
+github action for enforcing description on pull requests, it will reject empty descriptions or unedited pull request template descriptions.
4
5
## Usage
6
@@ -27,4 +27,4 @@ jobs:
27
28
```
29
30
-_Note: This grants access to the `GITHUB_TOKEN` so the action can make calls to GitHub's rest API_
+_Note: This grants access to the `GITHUB_TOKEN` so the action can make calls to GitHub's rest API_
0 commit comments