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.
1 parent 5e1eaa7 commit f39d491Copy full SHA for f39d491
1 file changed
.github/workflows/dependabot.yml
@@ -1,9 +1,14 @@
1
name: Dependabot Auto-Merge
2
+on: pull_request
3
+
4
+permissions:
5
+ contents: write
6
+ pull-requests: write
7
8
jobs:
9
dependabot:
10
runs-on: ubuntu-latest
- if: ${{ github.actor == 'dependabot[bot]' }}
11
+ if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'bee-san/RustScan'
12
steps:
13
- name: Enable auto-merge for Dependabot PRs
14
run: |
0 commit comments