Skip to content

Commit

Permalink
Ugh. Here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 23, 2024
1 parent f0f9c9a commit ae5d478
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/new_member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
- name: Fetch user to invite from issue title
run: echo "User to invite is ${{ github.event.issue.author.login }}"
- name: Invite User to Organization
uses: octokit/[email protected]
with:
route: PUT /orgs/django-community/memberships/${{ github.event.issue.author.login }}
org: 'django-community'
username: ${{ github.event.issue.author.login }}
role: member
run: |
gh api -X PUT /orgs/django-community/memberships/${{ github.event.issue.author.login }}
env:
GITHUB_TOKEN: ${{ secrets.ORG_CONTROLS_PAT }}
- name: Close Issue
Expand Down

0 comments on commit ae5d478

Please sign in to comment.