Skip to content

Commit e5ec72a

Browse files
committed
feat: app token
1 parent b28e301 commit e5ec72a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/policies/eventResponder.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ disabled: false
77
configuration:
88
resourceManagementConfiguration:
99
eventResponderTasks:
10-
- description: PR - close requests from thos without write access
10+
- description: PR - close requests from this without write access
1111
if:
1212
- payloadType: Pull_Request
1313
- 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
2525
then:
2626
- addReply:
2727
reply: We do not accept pull requests from contributors without write access. Please contact a maintainer to make changes.

0 commit comments

Comments
 (0)