Skip to content

chore: fix some broken K/N tests by upgrading CRT submodules and adding WithCrt to some native resources #349

chore: fix some broken K/N tests by upgrading CRT submodules and adding WithCrt to some native resources

chore: fix some broken K/N tests by upgrading CRT submodules and adding WithCrt to some native resources #349

name: Changelog verification
permissions:
id-token: write
on:
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled ]
branches:
- main
- '*-main'
jobs:
changelog-verification:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Verify changelog
uses: awslabs/aws-kotlin-repo-tools/.github/actions/changelog-verification@main