Skip to content

Commit cf76aa7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/node-25.2.0
2 parents 66b5a29 + 31cdaaf commit cf76aa7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
needs: build # After the E2E and build jobs, if one of them fails, it won't merge the PR.
5454
runs-on: ubuntu-latest
5555
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} # Detect that the PR author is dependabot
56+
permissions:
57+
contents: write
58+
pull-requests: write
5659
steps:
5760
- name: Enable auto-merge for Dependabot PRs
5861
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)