Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/workflows/check_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ on:
description: "Whether to force running the jobs"
value: ${{ jobs.check-labels.outputs.force }}

permissions:
contents: read
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by actions/checkout
Required by gh pr view

pull-requests: read

jobs:
check-labels:
name: Check labels
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cpp_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- '.dockerignore'
- '.github/workflows/check_labels.yml'
- '.github/workflows/cpp_extra.yml'
- '.github/workflows/cpp_windows.yml'
- '.github/workflows/report_ci.yml'
- 'ci/conda_env_*'
- 'ci/docker/**'
Expand All @@ -47,6 +48,7 @@ on:
- '.dockerignore'
- '.github/workflows/check_labels.yml'
- '.github/workflows/cpp_extra.yml'
- '.github/workflows/cpp_windows.yml'
- '.github/workflows/report_ci.yml'
- 'ci/conda_env_*'
- 'ci/docker/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cpp_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ on:
required: true
type: string

permissions:
contents: read
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by actions/checkout


jobs:
windows:
runs-on: ${{ inputs.os }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/report_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ name: Report CI results
on:
workflow_call:

permissions:
actions: read
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by archery ci report-email and archery ci report-chat

contents: read
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by actions/checkout


jobs:
report-ci:
runs-on: ubuntu-latest
Expand Down