-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy pathpackages-validation-comment.yml
More file actions
30 lines (27 loc) · 1.13 KB
/
packages-validation-comment.yml
File metadata and controls
30 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Packages.props validation message
on:
pull_request_target:
paths:
- 'Packages.props'
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v3
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