Skip to content

Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.4.7 #36

Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.4.7

Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.4.7 #36

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
permissions:
contents: read
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v7
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}