Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App is adding user to Team but not creating issue. #9

Open
amenocal opened this issue Mar 24, 2021 · 2 comments
Open

App is adding user to Team but not creating issue. #9

amenocal opened this issue Mar 24, 2021 · 2 comments

Comments

@amenocal
Copy link

amenocal commented Mar 24, 2021

Hi! First, I'd like to say that this is an awesome app! so Thanks! 👏🏼

While testing to implement the app, I noticed that users were getting added to the team I configured, but issues were not getting created at the onboarding repo. I have a feeling this might be a misconfiguration on my side so figured I would ask.

Here is my configuration so I have a few questions:

  1. onboardRepo is meant to be a different repo correct?
  2. issuePath where should this template be located ? within the onboardRepo or within the org-settings? (tried both but neither worked 😅 ).

Any help on what I must be misconfiguring is appreciated

In my Organization the 'Onboard New Org Member' GitHub App has access to 'All repositories'

# Configuration for onboard-new-org-member

# Org to run the bot on (must be lowercase)
orgName: myorg-name

# Settings repo
settingsRepo: org-settings

# Name of team to add new members to (must be lowercase)
defaultTeam: internal-devtest

# Repo to add Onboard Issue to (name it whatever you'd like)
onboardRepo: dev-onboarding

# Phrase/Word to replace with the new member's handle
replacePhrase: NEW_USER

# Path to Issue template
issuePath: .github/templates/on-board-template.md

# Users/Groups that should be cc'ed on the issue. Should be users/groups separated by a space.
ccList: '@user1'
@ap0phi5
Copy link

ap0phi5 commented May 14, 2021

Same for me - defaultTeam addition worked, but not the issue creation.
[Edit] Scrap that. It works - I just had the template in the wrong directory.

@ap0phi5
Copy link

ap0phi5 commented May 14, 2021

@amenocal - the issuePath template is in the settingsRepo (org-settings).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants