Skip to content

Build PyG 2.6 for conda #13770

Build PyG 2.6 for conda

Build PyG 2.6 for conda #13770

Workflow file for this run

name: PR Labeler
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
assign-labels:
if: github.repository == 'pyg-team/pytorch_geometric'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Add PR labels
uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
assign-author:
if: github.repository == 'pyg-team/pytorch_geometric'
runs-on: ubuntu-latest
steps:
- name: Add PR author
uses: samspills/[email protected]
continue-on-error: true
if: github.event_name == 'pull_request'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"