Skip to content

actions(deps): bump phoenix-actions/test-reporting from 13 to 14 #20

actions(deps): bump phoenix-actions/test-reporting from 13 to 14

actions(deps): bump phoenix-actions/test-reporting from 13 to 14 #20

---
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@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: release-drafter.yaml
disable-autolabeler: true