Skip to content

Improve your code review process by automating comments to avoid common mistakes or remind the developer of possible dependencies outside the pull request.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Xerillio/azure-devops-pr-commentator

Folders and files

NameName
Last commit message
Last commit date
May 22, 2023
May 21, 2023
May 21, 2023
Apr 4, 2023
Mar 29, 2023
Apr 3, 2023
Apr 3, 2023
Mar 30, 2023
Mar 25, 2023
Mar 30, 2023
Feb 25, 2023
Feb 25, 2023
Mar 29, 2023
Mar 29, 2023
Mar 29, 2023
Mar 30, 2023
May 21, 2023
Mar 29, 2023
Feb 25, 2023
Apr 3, 2023
May 21, 2023
May 21, 2023
May 21, 2023

Repository files navigation

Azure DevOps Pull Request Commentator

Improve your code review process by automating comments to avoid common mistakes or remind the developer of possible dependencies outside the pull request.

Setting up the task

Install the extension in your collection and create a pipeline. Add the PrCommentator task to the YAML file and configure the inputs as you see fit:

- task: PrCommentator@0
  inputs:
   comment: 'Files in /foo/ should only be auto-generated. Did you update /foo-generator.json first?'
   fileGlob: '/foo/**/*'

This will generate a comment like the following:

Automated comment

Contributing

This project is open source and contributions are welcome.

License

MIT License

About

Improve your code review process by automating comments to avoid common mistakes or remind the developer of possible dependencies outside the pull request.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published