Skip to content

Commit 8bb96e1

Browse files
authored
Update lock-conversations-closed-prs.yml
1 parent 2762655 commit 8bb96e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lock-conversations-closed-prs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
name: Lock PR Conversation on Close
1111
runs-on: ubuntu-latest
1212
permissions:
13-
issues: write
1413
pull-requests: write
1514
steps:
1615
- name: Lock PR conversation on Close
@@ -25,7 +24,7 @@ jobs:
2524
owner: context.repo.owner,
2625
repo: context.repo.repo,
2726
issue_number: prNumber,
28-
body: "This pull request has been closed and the conversation has been locked. If you need more assistance, please open a new issue that references this one."
27+
body: "This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one."
2928
});
3029
3130
await github.rest.issues.lock({

0 commit comments

Comments
 (0)