fix content-type for zstd files, additionally build & serve gzip compressed rustdoc json #718
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
branches: | |
- master | |
types: [closed] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
update-labels: | |
if: ${{ github.event.pull_request.merged }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: S-waiting-on-deploy | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
S-waiting-on-async | |
S-waiting-on-author | |
S-waiting-on-crate-author | |
S-waiting-on-decision | |
S-waiting-on-review |