Skip to content

Commit a9db1b4

Browse files
committed
MESH-2092 merge develop into branch
2 parents 34b95cf + 39344a5 commit a9db1b4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/merge-develop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
branches:
55
- develop
66

7+
permissions:
8+
contents: write
9+
checks: write
10+
pull-requests: write
11+
712
jobs:
813
coverage:
914
runs-on: ubuntu-latest

.github/workflows/pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
branches:
55
- develop
66

7+
permissions:
8+
contents: write
9+
checks: write
10+
pull-requests: write
11+
712
jobs:
813
tox:
914
strategy:

0 commit comments

Comments
 (0)