stvnrlly
stvnrlly
In the new URL format, `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`, the token is that final string (`XXXXXXXXXXXXXXXXXXXXXXXX` in the example). It's not obvious, but it does appear to work with the current configuration.
@douglas For a webhook that looks like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX` and a Slack team with the URL `https://subdomain.slack.com`, it looks something like this: ``` var Bot = require('node-trello-slack'); var bot = new...
Looking at the instructions again (I think I wrote most of them), I think they're probably both too much and unhelpful. The reason that those instructions are there is the...
I've updated this for recent changes to the site, along with the images in the first comment. @justgrimes, any thoughts?
Can we combine or pair that with http://codefordc.org/resources/startaproject.html?
Ah, yes, now I understand. I started a page about that but didn't know what to put on it; I'll finish it up with your above questions.
Hey @supineUnicorn, I'm not sure what the best way to implement this is, so I'm open to ideas. However, we might be able to accomplish this without a bot by...
You can set the script to use a specific `manifest.yml` (rather than building it from the running instance before pushing) by using the `--manifest` flag. However, with that option the...
I think https://github.com/18F/18f-cli/commit/d3afeb60f9f8f495dee529fb4f13d6a989711279 should handle it, but I'm going to review it again before making it available.