Skip to content

Commit ffe4e59

Browse files
Merge branch 'main' into copilot/fix-toolbar-css-issues
2 parents dab0dd4 + 41c3a77 commit ffe4e59

183 files changed

Lines changed: 4016 additions & 604 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-test-website.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches:
77
- 'main'
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
check:
1014
runs-on: ubuntu-latest

.github/workflows/ci-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- 'main'
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
check:
1114
runs-on: ubuntu-latest

.github/workflows/deploy-preview.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
- '!**/*.test.ts'
2929
- '!**/test/**'
3030

31+
permissions:
32+
contents: read
33+
3134
jobs:
3235
deploy-preview:
3336
runs-on: ubuntu-latest

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
schedule:
1818
- cron: '0 0 * * *' # Runs daily at midnight UTC
1919

20+
permissions:
21+
contents: write
22+
2023
jobs:
2124
deploy-nightly:
2225
if: ${{ github.event.inputs.deploy_type == 'nightly' || github.event_name == 'schedule' }}

.github/workflows/issue-close.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
stale:
912
runs-on: ubuntu-latest

.github/workflows/issue-comment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issues:
55
types: [closed]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
comment-on-close:
912
runs-on: ubuntu-latest

.github/workflows/issue-reopen.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issue_comment:
55
types: [created]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
reopen-issue:
912
if: github.event.issue.state == 'closed'

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches:
77
- 'main'
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
check:
1014
runs-on: ubuntu-latest

.github/workflows/release-downport.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/reset-gh-pages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "00 08 * * *"
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
reset-gh-pages:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)