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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This GitHub Action adds a comment to all pull requests that were included in a G
7
7
To use this action, you will need to provide your [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with `public_repo` permission.
8
8
9
9
```yaml
10
-
name: Comment on Pull Requests included in Release
10
+
name: Close issues marked 'fixed-pending-release' upon a release.
11
11
on:
12
12
release:
13
13
types: [published]
@@ -16,7 +16,7 @@ jobs:
16
16
comment:
17
17
runs-on: ubuntu-latest
18
18
steps:
19
-
- name: Comment on Pull Requests
19
+
- name: Close issues marked 'fixed-pending-release' upon a release.
0 commit comments