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

[support] app doesn't seem to be responding to settings.yml changes #83

Closed
patcon opened this issue Apr 15, 2018 · 8 comments
Closed

[support] app doesn't seem to be responding to settings.yml changes #83

patcon opened this issue Apr 15, 2018 · 8 comments

Comments

@patcon
Copy link

patcon commented Apr 15, 2018

I had the settings app enabled on my one repo (and then globally, just to be sure), and pushing updates didn't seem to have any effect. Am I doing this right?

https://github.com/patcon/sample-civictech-app

screenshot

@patcon
Copy link
Author

patcon commented Apr 15, 2018

Tried it from a PR, still no dice.

Also transferred to an org, and tried again, and not working that way either.

@knrt10
Copy link

knrt10 commented Apr 16, 2018

Hey @patcon did you push changes to your settings.yml file in master branch?

@patcon
Copy link
Author

patcon commented Apr 16, 2018

Yep, I did -- both via PR and directly. Real odd.

Can anyone reproduce?

  • fork repo to personal account
  • enable settings plugin on repo
  • add a newline in settings.yml via GitHub UI

@patcon
Copy link
Author

patcon commented Apr 16, 2018

Just tried the above again (minus the fork), and no dice.

@knrt10
Copy link

knrt10 commented Apr 16, 2018

let me debug and get back to you.

@knrt10
Copy link

knrt10 commented Apr 16, 2018

I found it. Problem you are facing is beacuse of description. Try removing :balloon: . Try it @patcon .

@knrt10
Copy link

knrt10 commented Apr 16, 2018

Its because after description : the yaml file is reading :balloon: as another key and hence not following format of yaml file. If you want any github icons in description put the whole value in string ":balloon: Some nice one-liner description" like this. Hope this helps you.

@patcon
Copy link
Author

patcon commented Apr 16, 2018

omg that was the one field I kept leaving the same in all my tests :) Thanks so much @knrt10, for breaking me out of my stasis!!

@patcon patcon closed this as completed Apr 16, 2018
amenity added a commit to cityofaustin/atd-moped that referenced this issue May 22, 2019
From this, it seems like the apostrophe in the description _might_ be leading to problems? repository-settings/app#83
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