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 7b9fb60 commit 5463b45Copy full SHA for 5463b45
.github/workflows/pr.yml
@@ -7,6 +7,10 @@ on:
7
- opened
8
- synchronize
9
10
+permissions:
11
+ contents: read
12
+ pull-requests: write
13
+
14
jobs:
15
run-tests:
16
runs-on: ubuntu-latest
.github/workflows/review-probot-prs.yml
@@ -1,7 +1,13 @@
1
name: Review Probot PRs
2
3
on:
4
pull_request:
5
types: [opened, reopened]
6
bot:
.github/workflows/test.yml
@@ -1,8 +1,13 @@
name: Main Tests
push:
branches:
- main
test:
0 commit comments