Skip to content

Add non-standard CompressionOptions support #1043

Add non-standard CompressionOptions support

Add non-standard CompressionOptions support #1043

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
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- uses: dangoslen/dependabot-changelog-helper@392b22478d34ddd54f2c51919bf40ad5590db395 # v3.9.0
with:
version: 'Unreleased'
activationLabels: 'C-dependencies,dependabot-reviewed'
changelogPath: './CHANGELOG.md'
- name: Commit the changes
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
skip_checkout: true
commit_message: "Update changelog"
branch: ${{ github.head_ref }}