-
in an irb console,
``` ruby
TOKEN = 'a-token'
PROJECT_ID = 123
require 'pivotal-tracker'
PivotalTracker::Client.token = TOKEN
project = PivotalTracker::Project.find(PROJECT_ID)
project.stories.all
``…
-
With Pivotal integration, it could be powerful to [customize the changelog template](https://github.com/conventional-changelog/conventional-changelog-writer#customization-guide) to include information…
-
Comments for https://www.endpointdev.com/blog/2015/08/converting-from-pivotal-tracker-to/
By Josh Lavin
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
Python projects which use [Poetry](https://python-poetry.org/) instead of pip for package management etc... are currently not supported by LicenseFinder.
Poetry projects have two files which specif…
-
The current machinery based on the `conan install` and and `conan info` commands, should be equally capable of handling conan packages that have a `conanfile.py` instead of a `conanfile.txt`.
This …
-
UAAC gives two warnings about unknown keys as follows for example:
```
% uaac info
Unknown key: Max-Age = 86400
Unknown key: SameSite = Lax
```
The warnings are from http-client [code](https:/…
-
@derwei : Pivotal uses GITBOT to synchronize Github issues and pull requests with Pivotal Tracker.
Please add your new repo to the GITBOT configuration at [Gitbot configuration repo](https://github.co…
-
@msmelodypink : Pivotal uses GITBOT to synchronize Github issues and pull requests with Pivotal Tracker.
Please add your new repo to the GITBOT `config-prouction.yml` in the [Gitbot configuration repo…
-
Thanks!
-
I want to add some Pivotal Tracker integration to my gitflow.
Specifically, I want to be able to do a `git flow feature start id-of-pivotal-story` and then get a branch named `feature/id-of-pivotal…