Skip to content

Getting started on interoperability tutorial #1051

Getting started on interoperability tutorial

Getting started on interoperability tutorial #1051

Workflow file for this run

name: Release Drafter
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: 'stable'
name: ${{ github.ref_name }} - Draft release
config-name: rd-release-config.yml