File tree 1 file changed +17
-9
lines changed
1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change
1
+ on : issue-comment
1
2
name : Expo QR Code Preview
2
-
3
- on :
4
- pull_request :
5
- types : [opened, synchronize]
3
+ permissions : write-all
6
4
7
5
jobs :
8
- preview :
6
+ check_comments :
7
+ name : Check comments for /preview
9
8
runs-on : ubuntu-latest
10
- permissions :
11
- pull-requests : write
12
-
13
9
steps :
10
+ - name : Check for command
11
+ id : command
12
+ uses : xt0rted/slash-command-action@v1
13
+ with :
14
+ token : ${{ secrets.GH+_PAT }}
15
+ continue-on-error : true
16
+ command : preview
17
+ reaction : " true"
18
+ reaction-type : rocket
19
+ allow-edits : true
20
+ permission-level : admin
21
+
14
22
- name : 🏗 Setup repo
15
23
uses : actions/checkout@v4
16
24
with :
@@ -104,7 +112,7 @@ jobs:
104
112
105
113
---
106
114
107
- 🎩 *Made by [Torii Studio](https://torii.studio)*
115
+ 🎩 *Adapted from the Workflow by [Torii Studio](https://torii.studio/guides/expo-qr-previews )*
108
116
`;
109
117
110
118
// Fetch existing comments
You can’t perform that action at this time.
0 commit comments