-
Notifications
You must be signed in to change notification settings - Fork 639
Automatically update Dependabot pull requests #3064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3064 +/- ##
=======================================
Coverage 94.88% 94.88%
=======================================
Files 506 506
Lines 11124 11124
Branches 1703 1703
=======================================
Hits 10555 10555
Misses 569 569 ☔ View full report in Codecov by Sentry. |
| - created | ||
| workflow_call: | ||
| secrets: | ||
| PULL_REQUEST_UPDATE_TOKEN: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly as token for actions/checkout@v4:
snaps/.github/workflows/update-pull-request.yml
Lines 196 to 198 in 1057c83
| # Use PAT to ensure that the commit later can trigger status check | |
| # workflows. | |
| token: ${{ secrets.PULL_REQUEST_UPDATE_TOKEN }} |
This fixes a small thing I missed in #3064.
This updates the "update PR" workflow to trigger for Dependabot PRs automatically.