Skip to content

Commit 0a29347

Browse files
Apply suggestions from code review
Co-authored-by: Lucas McDonald <[email protected]>
1 parent 7207950 commit 0a29347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
inputs:
77
dry-run:
8-
description: "Are you releasing a new version? (y/n)"
8+
description: "Is this a dry run to validate semantic-release behaves as expected? (y/n)"
99
required: true
1010
type: string
1111

@@ -14,7 +14,7 @@ jobs:
1414
# there is no easy way in gha to check if the actor is part of the team, running semantic release is a more
1515
# privileged operation, so we must make sure this list of users is a subset of the users labeled as maintainers of
1616
# https://github.com/orgs/aws/teams/aws-crypto-tools
17-
if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","justplaz","ajewellamz"]', github.actor)
17+
if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","justplaz","ajewellamz","RitvikKapila"]', github.actor)
1818
runs-on: macos-latest
1919
permissions:
2020
id-token: write

0 commit comments

Comments
 (0)