We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7d158 commit 80db1f4Copy full SHA for 80db1f4
.github/workflows/expo-doctor.yml
@@ -23,6 +23,10 @@ on:
23
- 'package.json'
24
- 'pnpm-lock.yaml'
25
26
+permissions:
27
+ contents: read
28
+ pull-requests: write
29
+
30
jobs:
31
doctor:
32
name: Expo Doctor (expo)
.github/workflows/stale.yml
@@ -4,6 +4,10 @@ on:
4
schedule:
5
- cron: '0 0 * * *'
6
7
8
9
10
11
12
stale:
13
runs-on: ubuntu-latest
0 commit comments