Skip to content

Merge pull request #22 from opsmill/chore-update-infrahub-sdk #25

Merge pull request #22 from opsmill/chore-update-infrahub-sdk

Merge pull request #22 from opsmill/chore-update-infrahub-sdk #25

Workflow file for this run

---
# yamllint disable rule:truthy
name: Release Note
on:
push:
branches:
- develop
- stable
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-note.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }}