You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,14 @@ jobs:
16
16
steps:
17
17
- name: Notify release
18
18
uses: nearform/github-action-notify-release@v1
19
-
with:
20
-
github-token: ${{ secrets.GITHUB_TOKEN }}
21
19
```
22
20
23
21
## Usage
24
22
25
23
Configure this action in your workflows providing the inputs described below in order to get notified in `x` days after the repo has been updated but no release has happened.
26
24
27
25
### `github-token`
28
-
**Required** A GitHub token. See below for additional information.
26
+
**Optional** A GitHub token.
29
27
30
28
### `stale-days: 7`
31
29
_Optional_ The number of days after which unreleased commits should be considered stale and should notify for a release. Default is `7`.
0 commit comments