File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ disabled: false
7
7
configuration :
8
8
resourceManagementConfiguration :
9
9
eventResponderTasks :
10
- - description : PR - close requests from thos without write access
10
+ - description : PR - close requests from this without write access
11
11
if :
12
12
- payloadType : Pull_Request
13
13
- and :
14
- - isOpen
15
- - or :
16
- - isAction :
17
- action : Opened
18
- - isAction :
19
- action : Reopened
20
- - or :
21
- - activitySenderHasPermission :
22
- permission : read
23
- - activitySenderHasPermission :
24
- permission : none
14
+ - isOpen
15
+ - or :
16
+ - isAction :
17
+ action : Opened
18
+ - isAction :
19
+ action : Reopened
20
+ - or :
21
+ - activitySenderHasPermission :
22
+ permission : read
23
+ - activitySenderHasPermission :
24
+ permission : none
25
25
then :
26
26
- addReply :
27
27
reply : We do not accept pull requests from contributors without write access. Please contact a maintainer to make changes.
You can’t perform that action at this time.
0 commit comments