Skip to content

Commit

Permalink
Merge branch 'feature/azure-devops-upgrade' of https://github.com/coe…
Browse files Browse the repository at this point in the history
…nm/RepoM into feature/azure-devops-upgrade
  • Loading branch information
coenm committed Aug 20, 2023
2 parents d3c1339 + 492d1e8 commit c158309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RepoM.Plugin.AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following default configuration is used:
"PersonalAccessToken": null,
"BaseUrl": null,
"DefaultProjectId": null,
"RepeatIntervalUpdatePullRequests": "00:04:00",
"IntervalUpdatePullRequests": "00:04:00",
"IntervalUpdateProjects": "00:10:00"
}
}
Expand All @@ -29,7 +29,7 @@ Properties:
To create a PAT, goto `https://dev.azure.com/[my-organisation]/_usersSettings/tokens`.
- `BaseUrl`: The base url of azure devops for your organisation (ie. `https://dev.azure.com/[my-organisation]/`).
- `DefaultProjectId`: Default project id to use when no project id provided in the repository action. Should be a GUID.
- `RepeatIntervalUpdatePullRequests`: Interval RepoM should update the list of open pull requests from Azure DevOps. Defaults to `4` minutes (ie. `00:04:00`).
- `IntervalUpdatePullRequests`: Interval RepoM should update the list of open pull requests from Azure DevOps. Defaults to `4` minutes (ie. `00:04:00`).
- `IntervalUpdateProjects`: Interval RepoM should update the list of projects from Azure DevOps. Defaults to `10` minutes (ie. `00:10:00`).<!-- endInclude -->

## azure-devops-create-prs@1<!-- include: _plugins.azuredevops.action. path: /docs/mdsource/_plugins.azuredevops.action.include.md -->
Expand Down

0 comments on commit c158309

Please sign in to comment.