Skip to content

3213

3213 #61

Workflow file for this run

name: Is Org Member
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened, labeled]
jobs:
is-member:
name: Is org member?
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Check if organization member
id: is_organization_member
uses: zuchka/[email protected]
env:
GH_EVENT_NAME: ${{ toJson(github.event_name) }}
GH_REPO: ${{ toJson(github.repository) }}
GH_CONTEXT: ${{ toJson(github) }}
with:
username: ${{ github.event.issue.user.login }}
teammates: 20k-ultra|char8|coffee-cup|dbanys|FarazPatankar|gschier|half0wl|JakeCooper|jitachi|melissa-hale|ndneighbor|ohrgaard|pierre-borckmans|railway-bot|tacLog|trif0lium|zuchka