Skip to content

Commit 0eb1938

Browse files
authored
Merge branch 'main' into use-uv-locally
2 parents 2603f91 + 2756c1e commit 0eb1938

File tree

182 files changed

+10084
-3355
lines changed

Some content is hidden

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

182 files changed

+10084
-3355
lines changed

.github/workflows/component-owners.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
run_self:
1111
runs-on: ubuntu-latest
1212
name: Auto Assign Owners
13+
permissions:
14+
contents: read # to read changed files
15+
issues: write # to read/write issue assignees
16+
pull-requests: write # to read/write PR reviewers
1317
# Don't fail tests if this workflow fails. Some pending issues:
1418
# - https://github.com/dyladan/component-owners/issues/8
1519
continue-on-error: true

0 commit comments

Comments
 (0)