Replies: 1 comment
-
Does not work for me as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to use
safe-settings
in a new org and I can get it running and syncing existing repositories but I have been unable to get any new repositories to be created. I'm aiming for a solution where collaborators can create a PR for a new repo and have this created for them - rather than creating the repo then havingsafe-settings
find it take control over it.Any ideas as to what could be going wrong/something I am missing?
Using version
2.1.10
but I have also tried downgrading a few versions back and using head ofmain-enterprise
.My
.github/settings.yml
:A repo
.github/repos/auto-test-1.yml
(also another with the same config as you'll see in the logs):I can see the repo config being picked up in the logs but nothing being done with it:
The PR dry run didn't get the new repo either:

Beta Was this translation helpful? Give feedback.
All reactions