Skip to content

Commit

Permalink
Update workflow permissions (#2300)
Browse files Browse the repository at this point in the history
* Update workflow permissions

* Update workflow permissions (again)

* Update .github/workflows/labeler.yml

Co-authored-by: Victor Martinez <[email protected]>

* Update .github/workflows/labeler.yml

Co-authored-by: Victor Martinez <[email protected]>

---------

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
stevejgordon and v1v authored Feb 23, 2024
1 parent 1c51317 commit 957d80e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
types: [opened]

permissions:
contents: write
contents: read
issues: write

jobs:
triage:
Expand Down Expand Up @@ -45,4 +46,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

0 comments on commit 957d80e

Please sign in to comment.