Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EngSys] [update-labels] Add permission actions:read #32567

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/update-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Labels

Check failure on line 1 in .github/workflows/update-labels.yaml

View workflow job for this annotation

GitHub Actions / Protected Files

File '.github/workflows/update-labels.yaml' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.

on:
# TODO: If a pull request is manually labeled or unlabeled, get all artifacts associated with PR, and update labels
Expand Down Expand Up @@ -31,16 +31,14 @@
type: number

permissions:
actions: read
contents: read
pull-requests: write

jobs:
update-labels:
name: Update Labels

permissions:
contents: read
pull-requests: write

runs-on: ubuntu-24.04

steps:
Expand Down
Loading