Skip to content

Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0 #3

Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0

Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0 #3

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
# autolabeler
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}