Skip to content

Commit 104eb0f

Browse files
committed
Merge branch 'simple-release-notes' into simple-release-notes-test
2 parents 33f8347 + 4bcc3b3 commit 104eb0f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/release-notes.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,31 +55,3 @@ jobs:
5555
echo "::error file=$CURRENT_RELEASE_JSON_FILE_PATH,line=0,col=0,endColumn=0,title='Release Notes Weren\'t Modified'::Please add a release note entry or a reason to your description using: \`RELEASE_NOTE_EXCEPTION=[reason goes here]\`"
5656
exit 1
5757
fi
58-
59-
release-note-validation:
60-
runs-on: ubuntu-latest
61-
name: Release Note Validation
62-
steps:
63-
- name: Get Pull Request Number
64-
id: get-pull-request-number
65-
run: |
66-
PULL_REQUEST_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
67-
echo "PULL_REQUEST_NUMBER=$PULL_REQUEST_NUMBER" >> $GITHUB_OUTPUT
68-
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
69-
- uses: actions/checkout@v3
70-
- name: Verify the release note integrity
71-
run: |
72-
cd tool/
73-
dart pub get
74-
dart release_note_helper.dart verify -f "../$CURRENT_RELEASE_JSON_FILE_PATH"
75-
76-
- name: Check PR Urls
77-
env:
78-
PULL_NUMBER: ${{steps.get-pull-request-number.outputs.PULL_REQUEST_NUMBER}}
79-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80-
run: |
81-
cd tool/
82-
dart pub get
83-
dart ./release_note_helper.dart pr-url \
84-
-f "../$CURRENT_RELEASE_JSON_FILE_PATH" \
85-
-u https://github.com/flutter/devtools/pull/$PULL_NUMBER

0 commit comments

Comments
 (0)