Skip to content

refactor(modules/graphql): move arweave.net code into arweave.net dir… #2

refactor(modules/graphql): move arweave.net code into arweave.net dir…

refactor(modules/graphql): move arweave.net code into arweave.net dir… #2

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- v0.x
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: release_drafter_config.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_USER_PAT }}
name: Release Drafter

Check failure on line 22 in .github/workflows/release_drafter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_drafter.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- v0.x
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: read
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
with:
config-name: release_drafter_config.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}