Skip to content

Commit a403815

Browse files
committed
Change changelog
1 parent 7b58eb2 commit a403815

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

.github/workflows/changelog.yml

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,13 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
pr-changelog-entry:
17-
name: Check CHANGELOG.md updated
16+
test:
1817
runs-on: ubuntu-latest
1918
steps:
20-
- uses: actions/checkout@v2
21-
- name: Check if CHANGELOG.md was updated
22-
id: changelog-updated
23-
uses: tj-actions/changed-files@b1ba699b304f2083b602164e06a89b868c84f076
24-
with:
25-
files: CHANGELOG.md
26-
- name: Fail if CHANGELOG.md was not updated and the "no changelog" label is absent
27-
if: steps.changelog-updated.outputs.any_changed == 'false' && !contains(github.event.pull_request.labels.*.name, 'no changelog')
28-
uses: actions/github-script@v6
29-
with:
30-
script: |
31-
core.setFailed('Please add a changelog entry!')
32-
- uses: mshick/add-pr-comment@v2.1.0
33-
if: always()
34-
with:
35-
message-id: changelog-entry-check
36-
refresh-message-position: true
37-
message: ${{ contains(github.event.pull_request.labels.*.name, 'no changelog') && '⏩ The changelog entry check has been skipped since the "no changelog" label is present.' || '✅ Thank you for adding the changelog entry!' }}
38-
message-failure: |
39-
❌ It looks like a changelog entry is missing for this PR. Add it manually to CHANGELOG.md.
40-
⏩ If this PR doesn't require a changelog entry, such as if it's an internal change that doesn't affect the user experience, you can add the "no changelog" label to the PR.
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20+
21+
- uses: ./.github/internal-actions/setup-gcloud
22+
23+
- name: Test
24+
run: |
25+
gsutil cp gs://eas-build-worker-tarballs/worker-android-staging.tar.gz gs://eas-build-worker-tarballs/worker-android-test.tar.gz

0 commit comments

Comments
 (0)