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.
2 parents 34b95cf + 39344a5 commit a9db1b4Copy full SHA for a9db1b4
.github/workflows/merge-develop.yml
@@ -4,6 +4,11 @@ on:
4
branches:
5
- develop
6
7
+permissions:
8
+ contents: write
9
+ checks: write
10
+ pull-requests: write
11
+
12
jobs:
13
coverage:
14
runs-on: ubuntu-latest
.github/workflows/pull-request.yml
tox:
strategy:
0 commit comments