Skip to content
Open
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/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
description: "Use PRs with activity since the last stable git tag"
required: false
type: boolean

permissions:
contents: read

jobs:
prep_release:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ on:
description: "The branch to target"
required: false

permissions:
contents: read

jobs:
publish_changelog:
runs-on: ubuntu-latest
environment: release
permissions:
contents: read
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@95d85449e4f3f352e261221f6529f8ed307f5728 # v1

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
description: "Comma separated list of steps to skip"
required: false

permissions:
contents: read

jobs:
publish_release:
runs-on: ubuntu-latest
Expand Down
Loading