azure-devops-cli-extension/BuildTasks
dependabot[bot] a325b33e02
Bump semver from 5.7.1 to 5.7.2 in /BuildTasks/markWorkItemAsStale (#1360)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 14:57:07 +05:30
..
icons add build task (#1128) 2021-05-25 15:16:07 +05:30
images add build task (#1128) 2021-05-25 15:16:07 +05:30
markWorkItemAsStale Bump semver from 5.7.1 to 5.7.2 in /BuildTasks/markWorkItemAsStale (#1360) 2023-07-13 14:57:07 +05:30
README.md Update README.md 2021-07-01 09:35:01 +05:30
vss-extension.json add build task (#1128) 2021-05-25 15:16:07 +05:30

README.md

DevOps Automation Tools

These build steps will help you to automate Azure DevOps work which you need to do repeatedly. Published at : https://marketplace.visualstudio.com/items?itemName=devopsCli.devopsAutomation

Stale Work Item Build Task

Add this build task into a build definition and trigger it periodically to mark work items with {ProAct: Stale} tag after N days (configurable) of inactivity.

Add it to the build like this: image.png

Make sure to put PAT token in a secure variable in Build: image.png