Skip to content

Commit bc3b90f

Browse files
authored
Actions: Replace directions with link to guide in dependabot-open-issues.yml
Replaces directions with link to Contributor Guide to avoid needing to repeat edit issue descriptions when updates are made.
1 parent d84097b commit bc3b90f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/dependabot-open-issues.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,5 @@ jobs:
2424
body: |
2525
### Dependabot opened a pull request to update a dependency. Please review it: ${{ github.event.pull_request.html_url }}
2626
- [ ] Comment on this issue tagging Chayn staff (@kyleecodes) to be assigned this issue.
27-
- [ ] If you are a Chayn volunteer, we will assign you as a reviewer to the PR after you've accepted an invite to join this repo as a collaborator.
28-
- [ ] Review the pull request. Check dependency files (such as package.json) to verify that the dependency has not already been updated.
29-
- [ ] See GitHub Docs below for guidance. Check the files changed, dependency review, and workflow test runs.
30-
- [ ] Upgrade the dependency. Please research it instead of simply updating the version numbers, as some upgrades may require code changes.
31-
- [ ] Verify tests and happy paths are functional by cloning the dependabot branch and running locally.
32-
- [ ] Next, complete the pull request review if you a volunteer, or notify us in issue discussions that you are done reviewing the PR.
33-
- If the dependency upgrade does not pass tests or breaks the app, notify us in issue discussions, or in the pull request review if you're a volunteer. You may work on the required code changes or finish the review as is.
34-
- If the dependency upgrade passes tests without breaking the app, notify us in the issue discussions, or approve the pull request if you are a volunteer. Then we'll get the PR merged!
35-
36-
### Resources
37-
- GitHub Docs - Reviewing Pull Requests with Dependency Updates: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request
38-
- GitHub Docs - Reviewing Pull Requests: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request
27+
- [ ] Follow directions in the Chayn Dependency Upgrade Guide here: https://chayn.notion.site/Chayn-Tech-Contributor-Wiki-5356c7118c134863a2e092e9df6cbc34?pvs=4
3928
labels: "dependencies"

0 commit comments

Comments
 (0)