Skip to content

fix: Move subtyping out of the lattice. #9

fix: Move subtyping out of the lattice.

fix: Move subtyping out of the lattice. #9

Workflow file for this run

name: draft
on:
push:
branches: [master]
pull_request_target:
branches: [master]
types: [opened, reopened, synchronize]
# Cancel old builds when pushing new commits.
concurrency:
group: draft-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
release:

Check failure on line 16 in .github/workflows/draft.yml

View workflow run for this annotation

GitHub Actions / draft

Invalid workflow file

The workflow is not valid. .github/workflows/draft.yml (Line: 16, Col: 3): Error calling workflow 'TokTok/ci-tools/.github/workflows/release-drafter.yml@master'. The nested job 'update_release_draft' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
uses: TokTok/ci-tools/.github/workflows/release-drafter.yml@master