We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06354b + 7df52ef commit 7dc1170Copy full SHA for 7dc1170
1 file changed
…ub/workflows/dependabot-firce-rebase.yml …ub/workflows/dependabot-force-rebase.yml.github/workflows/dependabot-firce-rebase.yml renamed to .github/workflows/dependabot-force-rebase.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
rebase:
8
runs-on: ubuntu-latest
9
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request && github.event.pull_request.user.login == 'dependabot[bot]'
10
permissions:
11
contents: write # 👈 allows pushing commits to branches
12
pull-requests: write # 👈 allows updating PR metadata
0 commit comments