Skip to content

Update to the EBS CSI Driver IAM Policy for AWS 2025 changes (#6) #23

Update to the EBS CSI Driver IAM Policy for AWS 2025 changes (#6)

Update to the EBS CSI Driver IAM Policy for AWS 2025 changes (#6) #23

name: Release Drafter
permissions:
contents: write
pull-requests: read
on:
push:
branches:
- main
- master
pull_request:
types: [opened, reopened, synchronize, labeled]
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: RELEASE_DRAFTER.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}