Skip to content

Commit 7dc1170

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/providers/cross-env-10.1.0
2 parents a06354b + 7df52ef commit 7dc1170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-firce-rebase.yml renamed to .github/workflows/dependabot-force-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
rebase:
88
runs-on: ubuntu-latest
9-
if: github.actor == 'dependabot[bot]'
9+
if: github.event.pull_request && github.event.pull_request.user.login == 'dependabot[bot]'
1010
permissions:
1111
contents: write # 👈 allows pushing commits to branches
1212
pull-requests: write # 👈 allows updating PR metadata

0 commit comments

Comments
 (0)