Skip to content

Merge pull request #914 from flags-gg/k-branch-2 #872

Merge pull request #914 from flags-gg/k-branch-2

Merge pull request #914 from flags-gg/k-branch-2 #872

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}