Skip to content

Commit 7e2a3ae

Browse files
committed
Remove 'drmarjanovic' from auto-approve rule
1 parent fc389d4 commit 7e2a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
pull-requests: write
11-
if: github.actor == 'drmarjanovic' || github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
11+
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
1212
steps:
1313
- uses: hmarr/auto-approve-action@v3

0 commit comments

Comments
 (0)