Skip to content

Commit 2fbcf5d

Browse files
Add no-changleog-needed label to gradle plugin automation
This adds the no-changelog-needed label to prs created by our automation that updates the gradle plugin version used by various smithy packages.
1 parent 40ddb4a commit 2fbcf5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-gradle-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
--title "[Automation] smithy-gradle-plugin Version Bump - \`${{ steps.fetch-latest.outputs.latestSmithyGradle }}\`" \
5656
--body "Automated pull request to bump smithy gradle plugin version from ${{ steps.get-current.outputs.smithyGradleVersion }} to ${{ steps.fetch-latest.outputs.latestSmithyGradle }}" \
5757
--base main
58+
--label no-changelog-needed
5859
echo "PR Created for version bump to ${{ steps.fetch-latest.outputs.latestSmithyGradle }}"
5960
env:
6061
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}

0 commit comments

Comments
 (0)