Skip to content

Commit 528f741

Browse files
committed
allow octoslash on PRs
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent bdc880d commit 528f741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
permit(
22
principal in Role::"Triager",
33
action in [Action::"close", Action::"add-label", Action::"remove-label", Action::"self-assign", Action::"self-unassign"],
4-
resource is Issue
4+
resource
55
);

.github/workflows/octoslash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: issue_comment
44

55
permissions:
66
issues: write
7-
# pull-requests: write
7+
pull-requests: write
88

99
jobs:
1010
run:

0 commit comments

Comments
 (0)