First of all thanks for creating this super useful GitHub App. I am seeing a small issue, everything works fine with .github repo but not with a different name.
STEPS to reproduce the issue
- install the app
- create a repository
org-workflows in the organization
- clone/copy contents of repository saturn-inc/.github into
org-workflows repository
- add a file
.github/organization-workflows-settings.yml with this content
---
workflows_repository: org-workflows
- create a new repository as suggested in the video
- The above should trigger the two workflows in repository saturn-inc/.github but it didn't
Have I missed anything?
First of all thanks for creating this super useful GitHub App. I am seeing a small issue, everything works fine with
.githubrepo but not with a different name.STEPS to reproduce the issue
org-workflowsin the organizationorg-workflowsrepository.github/organization-workflows-settings.ymlwith this contentHave I missed anything?