mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
Fix component owner workflow permissions (#3165)
This commit is contained in:
4
.github/workflows/component-owners.yml
vendored
4
.github/workflows/component-owners.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
|||||||
run_self:
|
run_self:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Auto Assign Owners
|
name: Auto Assign Owners
|
||||||
|
permissions:
|
||||||
|
contents: read # to read changed files
|
||||||
|
issues: write # to read/write issue assignees
|
||||||
|
pull-requests: write # to read/write PR reviewers
|
||||||
# Don't fail tests if this workflow fails. Some pending issues:
|
# Don't fail tests if this workflow fails. Some pending issues:
|
||||||
# - https://github.com/dyladan/component-owners/issues/8
|
# - https://github.com/dyladan/component-owners/issues/8
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Reference in New Issue
Block a user