Skip to content
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ on:
link.
required: true

permissions:
contents: write

jobs:
add-changelog:
runs-on: Ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Closed Issue Message
on:
issues:
types: [closed]
permissions:
issues: write

jobs:
auto_comment:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/doc-pr-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
type: string
required: true

permissions:
contents: write
pull-requests: write

jobs:
cherry_pick_and_create_pr:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fail-master-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
fail:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-bundle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
branches-ignore: [ master ]

permissions:
contents: read

jobs:
test-bundle:
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-dep-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches-ignore: [ master ]

permissions:
contents: read

jobs:
build:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches-ignore: [ master ]

permissions:
contents: read

jobs:
build:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale_community_prs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Check stale community PRs.'
on: workflow_dispatch

permissions:
pull-requests: write

jobs:
stale-implementation-stage:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
the generated files.


permissions:
contents: write

jobs:

update-lockfiles:
Expand Down