Skip to content

Update create-release-pr.yml#2344

Merged
GarrettBeatty merged 1 commit intodevfrom
GarrettBeatty-patch-5
Apr 22, 2026
Merged

Update create-release-pr.yml#2344
GarrettBeatty merged 1 commit intodevfrom
GarrettBeatty-patch-5

Conversation

@GarrettBeatty
Copy link
Copy Markdown
Collaborator

@GarrettBeatty GarrettBeatty commented Apr 22, 2026

cli/cli#9166 (comment)

pr_url="$(gh pr create --title "Release 2026-04-22" --body "## Release 2026-04-22
  
  ### Amazon.Lambda.Annotations (1.15.0)
  * Added [DynamoDBEvent] annotation attribute for declaratively configuring DynamoDB stream-triggered Lambda functions with support for stream reference, batch size, starting position, batching window, filters, and enabled state.
  * Added [ScheduleEvent] annotation attribute for declaratively configuring schedule-triggered Lambda functions with support for rate and cron expressions, description, input, and enabled state." --base dev --head releases/next-release)"
  gh label create "Release PR" --description "A Release PR that includes versioning and changelog changes" -c "#FF0000" -f
  gh pr edit $pr_url --add-label "Release PR"
  shell: /usr/bin/bash -e {0}
  env:
    INPUT_OVERRIDE_VERSION: 
    AWS_DEFAULT_REGION: us-west-2
    AWS_REGION: us-west-2
    AWS_ACCESS_KEY_ID: ***
    AWS_SECRET_ACCESS_KEY: ***
    AWS_SESSION_TOKEN: ***
    AWS_SECRET_TOKEN: ***
    SECRETS_LIST_CLEAN_UP: ["AWS_SECRET_TOKEN"]
    DOTNET_ROOT: /usr/share/dotnet
    GITHUB_TOKEN: ***
GraphQL: Resource not accessible by personal access token (repository.pullRequest.reviewRequests.nodes.0.requestedReviewer)

trying to fix this error

@GarrettBeatty GarrettBeatty requested a review from a team as a code owner April 22, 2026 13:38
@GarrettBeatty GarrettBeatty added the Release Not Needed Add this label if a PR does not need to be released. label Apr 22, 2026
@GarrettBeatty GarrettBeatty requested a review from a team April 22, 2026 13:38
@GarrettBeatty GarrettBeatty merged commit 5a80c00 into dev Apr 22, 2026
5 of 6 checks passed
@GarrettBeatty GarrettBeatty deleted the GarrettBeatty-patch-5 branch April 22, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Not Needed Add this label if a PR does not need to be released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants