Skip to content

Commit e34a3ff

Browse files
Merge branch 'main' into andyleejordan/filecontext-gettext-overload
2 parents 7e0aa34 + 857b4ea commit e34a3ff

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
actions: read
12+
913
jobs:
1014
ci:
1115
name: dotnet

.github/workflows/emacs-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
merge_group:
1010
types: [ checks_requested ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
emacs:
1417
name: ert

.github/workflows/vim-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
merge_group:
1010
types: [ checks_requested ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
vim:
1417
name: themis

0 commit comments

Comments
 (0)