How to fetch tags

How to fetch tags#

In order to fetch tags, you need to provide a configuration file to the git fetcher. Make sure to also update your environment variables as done in How to fetch all pull requests with a certain label from GitHub. An example for a full qg-config.yaml can be found in the reference section here here.

This is a minimum working example:

org: your-bitbucket-org
repo: your-repository
resource: tags

Warning

Fetching tags is currently only supported for Bitbucket repositories.

Note

The git fetcher will always fetch all tags, as there is no filtering implemented. Providing labels or a filter in the configuration file will have no effect.