Skip to content

Remove allocation for DekuError into io::Error #352

Remove allocation for DekuError into io::Error

Remove allocation for DekuError into io::Error #352

Workflow file for this run

name: 'pull-request'
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.PAT }}
- uses: dangoslen/dependabot-changelog-helper@15b927ce4f654cd41fb14e5a676d17414b9dbb64 # v3.7.0
with:
version: 'Unreleased'
activationLabel: 'C-dependencies'
changelogPath: './CHANGELOG.md'
- name: Commit the changes
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
with:
commit_message: "Update changelog"
branch: ${{ github.head_ref }}