Home
last modified time | relevance | path

Searched +full:docathon +full:- +full:h1 +full:- +full:2024 (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/.github/workflows/
Dassigntome-docathon.yml10 runs-on: ubuntu-latest
14 - name: Check for "/assigntome" in comment
15 uses: actions/github-script@v6
31 const hasLabel = issue.labels.some(label => label.name === 'docathon-h1-2024');
38 …ned issue with the [docathon-h1-2024 label](https://github.com/pytorch/pytorch/issues?q=is%3Aopen+…
49 …ned issue with the [docathon-h1-2024 label](https://github.com/pytorch/pytorch/issues?q=is%3Aopen+…
/external/pytorch/.github/scripts/
Ddocathon-label-sync.py8 def main() -> None:
31 label.name == "docathon-h1-2024" for label in issue_labels
34 # if the issue has a docathon label, add all labels from the issue to the PR.
36 print("The 'docathon-h1-2024' label is not present in the issue.")