Skip to content

wip: check author association #1

wip: check author association

wip: check author association #1

name: Check Author Association
on:
push:
pull_request:
defaults:
run:
shell: bash
jobs:
check:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ github.token }}
run: gh api repos/NomicFoundation/edr/pulls/571 | jq -r '.author_association'
- if: github.event_name == 'pull_request'
run: echo '${{ github.event.pull_request.author_association }}'