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

Update workflow permissions #2300

Merged
merged 4 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 1 addition & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened]

permissions:
contents: write
issues: write
stevejgordon marked this conversation as resolved.
Show resolved Hide resolved

jobs:
triage:
Expand Down Expand Up @@ -45,4 +45,3 @@ jobs:
It may take some time before we review a PR, so even if you don’t see activity for some time, it **does not** mean that we have forgotten about it.

Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming [milestone](https://github.com/elastic/apm-agent-dotnet/milestones). The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it.

2 changes: 2 additions & 0 deletions .github/workflows/test-linux-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

permissions:
contents: read
actions: read
checks: write

jobs:
report:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-windows-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- completed

permissions:
contents: write
contents: read
actions: read
checks: write

jobs:
report:
Expand Down
Loading