You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
onboardRepo is meant to be a different repo correct?
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'
The text was updated successfully, but these errors were encountered:
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:
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'
The text was updated successfully, but these errors were encountered: