Skip to content

Commit cd6dd72

Browse files
WIP Group detection
1 parent f59490d commit cd6dd72

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test group detection
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
detect_group:
8+
runs-on: ubuntu-20.04
9+
env:
10+
GH_TOKEN: ${{ github.token }}
11+
steps:
12+
- run: |
13+
gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /orgs/intel/teams/llvm-write/memberships/${{ github.event.pull_request.user.login }}

0 commit comments

Comments
 (0)