Skip to content

Fix/add checking runtime call #1299

Fix/add checking runtime call

Fix/add checking runtime call #1299

name: External Contributor Check
on:
pull_request_target:
types:
- opened
permissions:
contents: read
pull-requests: write
jobs:
check-external:
runs-on:
group: 'PennyLaneAI-Static-IP-Runners'
labels: ['pl-2-core-gh-runner']
steps:
- name: Check PR and label
with:
github_organization: "${{ github.repository_owner }}"
github_team: "external-collaborators"
github_token: ${{secrets.PENNYLANE_EXTERNAL_LABEL_MEMBER_CHECK}}
github_username: "${{ github.actor }}"
uses: XanaduAI/cloud-actions/label-external-pull-request@main