Skip to content

Commit 2c99750

Browse files
authored
Chore(docs): document logic used to determine commits (#818)
Resolves: #817
1 parent a7d3dc0 commit 2c99750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# github-action-notify-release
22

3-
GitHub Action that automatically creates an issue with an overview of the commits that are waiting to be released. After a new release is published, the issue will be automatically closed.
3+
A GitHub Action that automatically creates an issue with an overview of the commits that are waiting to be released. After a new release is published, the issue will be automatically closed.
4+
5+
This GitHub Action operates based on GitHub Releases, so the staleness of commits is determined by the repository's most recent release.
46

57
## Permissions
68

0 commit comments

Comments
 (0)