Skip to content

Commit

Permalink
Update assign_issue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
surajahmed authored Mar 23, 2023
1 parent f2bdbe8 commit 1d73c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/assign_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# Define the GitHub organization, team slug, and member exclusion list
org_name = 'gluestack'
team_slug = 'gluestack-ui'
exclude_members = ['madhav23bansal', 'gauravguha', 'AshwiniKumar007']
team_slug = 'gluestack-ui-support'
exclude_members = []

# Connect to the GitHub API
token = os.environ['GITHUB_TOKEN']
Expand Down

0 comments on commit 1d73c54

Please sign in to comment.