Skip to content

Commit

Permalink
Allow PRs from me
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 14, 2024
1 parent 84f35e2 commit 21b62eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/close-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
run:
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'VisualEhrmanntraut'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs. If you'd like to propose a change, please contact us at our Telegram supergroup."
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs. If you'd like to propose a change, please contact us at our Telegram supergroup."

0 comments on commit 21b62eb

Please sign in to comment.