Skip to content

Commit

Permalink
Actions: Replace directions with link to guide in dependabot-open-iss…
Browse files Browse the repository at this point in the history
…ues.yml

Replaces directions with link to Contributor Guide to avoid needing to repeat edit issue descriptions when updates are made.
  • Loading branch information
kyleecodes committed Jun 10, 2024
1 parent 23759c3 commit 66a9014
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/dependabot-open-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,5 @@ jobs:
body: |
### Dependabot opened a pull request to update a dependency. Please review it: ${{ github.event.pull_request.html_url }}
- [ ] Comment on this issue tagging Chayn staff (@kyleecodes) to be assigned this issue.
- [ ] 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.
- [ ] Review the pull request. Check dependency files (such as package.json) to verify that the dependency has not already been updated.
- [ ] See GitHub Docs below for guidance. Check the files changed, dependency review, and workflow test runs.
- [ ] Upgrade the dependency. Please research it instead of simply updating the version numbers, as some upgrades may require code changes.
- [ ] Verify tests and happy paths are functional by cloning the dependabot branch and running locally.
- [ ] Next, complete the pull request review if you a volunteer, or notify us in issue discussions that you are done reviewing the PR.
- 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.
- 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!
### Resources
- 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
- 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
- [ ] Follow directions in the Chayn Dependency Upgrade Guide here: https://chayn.notion.site/Chayn-Tech-Contributor-Wiki-5356c7118c134863a2e092e9df6cbc34?pvs=4
labels: "dependencies"

0 comments on commit 66a9014

Please sign in to comment.