Files
sqltoolsservice/.github/workflows/packages-validation-comment.yml
dependabot[bot] 2856ff241f Bump mshick/add-pr-comment from 1 to 2 (#1749)
Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 1 to 2.
- [Release notes](https://github.com/mshick/add-pr-comment/releases)
- [Commits](https://github.com/mshick/add-pr-comment/compare/v1...v2)

---
updated-dependencies:
- dependency-name: mshick/add-pr-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 09:56:34 -08:00

28 lines
1.1 KiB
YAML

name: Packages.props validation message
on:
pull_request_target:
paths:
- 'Packages.props'
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: mshick/add-pr-comment@v2
with:
message: |
As part of updating the dependencies in Packages.props we require that any PRs opened also verify that
they've done the following checks.
**Please respond to this comment verifying that you've done the appropriate validation (or explain why it's not necessary) before merging in the PR**
- [ ] Built and tested the change locally to validate that the update doesn't cause any regressions and fixes the issues intended
- [ ] Tested changes on all major platforms
- [ ] Windows
- [ ] Linux
- [ ] Mac
- [ ] Check the source repo for any open issues with the release being updated to (if available)
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens