Skip to content

Commit 96b3065

Browse files
Harden default permissions of GH Labler action ( - See #39 - )
1 parent 4dca608 commit 96b3065

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ on:
66
- stable
77
tags:
88
- v*
9+
pull_request:
10+
types:
11+
- opened
12+
- edited
13+
- reopened
14+
- ready_for_review
15+
branches-ignore:
16+
- '*-patc*'
17+
pull_request_target:
18+
types:
19+
- opened
20+
- edited
21+
- reopened
22+
- synchronize
23+
- ready_for_review
24+
branches:
25+
- master
26+
- stable
927

1028
# Declare default permissions as read only.
1129
permissions: read-all

0 commit comments

Comments
 (0)