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