Skip to content

Revert "Revert "Add dual s3/r2 upload to torchaudio (#4127)" (#4144)"… #1

Revert "Revert "Add dual s3/r2 upload to torchaudio (#4127)" (#4144)"…

Revert "Revert "Add dual s3/r2 upload to torchaudio (#4127)" (#4144)"… #1

Workflow file for this run

name: pr-labels

Check failure on line 1 in .github/workflows/pr-labels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-labels.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
# This workflow is disabled and kept only for reference.
# on:
# push:
# branches:
# - main
# jobs:
# is-properly-labeled:
# runs-on: ubuntu-latest
# steps:
# - name: Set up python
# uses: actions/setup-python@v6
# - name: Install requests
# run: pip install requests
# - name: Checkout repository
# uses: actions/checkout@v6
# - name: Process commit and find merger responsible for labeling
# id: commit
# env:
# SHA1: ${{ github.sha }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: python .github/process_commit.py "${SHA1}"
# concurrency:
# group: pr-labels-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
# cancel-in-progress: true