-
Notifications
You must be signed in to change notification settings - Fork 165
Add TaskBullet integration #276
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
3fbc1f7
bcf76db
54ba3fd
baaad1c
1908653
4a2226a
99a869e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -483,3 +483,8 @@ integrations: | |
| url: "https://feedhammer.com" | ||
| image: extras/feedhammer.png | ||
| category: 3 | ||
| - title: "TaskBullet" | ||
| description: "Assign Basecamp to-dos to TaskBullet VAs. Free 10-hour trial (no card). Native Assign�trained VAs, hours tracking, and dashboard." | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The dash between Useful? React with 👍 / 👎. |
||
| url: "https://taskbullet.com/integrations/basecamp?utm_source=basecamp&utm_medium=marketplace&utm_campaign=basecamp_marketplace" | ||
| image: extras/taskbullet.png | ||
|
|
||
| category: 1 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new item starts at column 1 instead of being indented like the other entries under
integrations:. After normalizing the encoding, Ruby'sYAML.load_filefails withdid not find expected key, so the integrations file cannot be parsed and the listing build/test path that reads this YAML will break until this entry is indented two spaces.Useful? React with 👍 / 👎.