forked from pytorch/audio
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (25 loc) · 837 Bytes
/
Copy pathpr-labels.yml
File metadata and controls
33 lines (25 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: pr-labels
# 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