Skip to content

actions(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0 #12

actions(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0

actions(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0 #12

---
name: Draft Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: read
jobs:
release-draft:
name: Draft the Release
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Draft the release
id: drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: release-drafter.yaml
disable-autolabeler: true