Skip to content

chore(deps): Bump aws-actions/configure-aws-credentials from 5 to 6 #91

chore(deps): Bump aws-actions/configure-aws-credentials from 5 to 6

chore(deps): Bump aws-actions/configure-aws-credentials from 5 to 6 #91

Workflow file for this run

name: PR Automation
on:
pull_request:
types: [opened, ready_for_review, converted_to_draft]
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: false
jobs:
automation:
permissions:
pull-requests: write
issues: write
contents: read
uses: KubrickCode/workflow-toolkit/.github/workflows/pr-automation.yml@main
with:
project-number: "4"
event-action: ${{ github.event.action }}
pr-number: ${{ github.event.pull_request.number }}
pr-user-login: ${{ github.event.pull_request.user.login }}
pr-is-draft: ${{ github.event.pull_request.draft }}
secrets:
GH_PAT: ${{ secrets.GH_PAT }}