Skip to content

Commit ed53b77

Browse files
committed
Add description
1 parent 1789ece commit ed53b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
permissions:
7+
permissions: # For test summary bot
88
checks: write
99
jobs:
1010
buildAndPublish:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 21.x
1212
- 20.x
1313
- 19.x
14-
permissions:
14+
permissions: # For test comment bot
1515
checks: write
1616
pull-requests: write
1717
jobs:

0 commit comments

Comments
 (0)