Skip to content

Commit

Permalink
Update files and delete specified items
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Nov 25, 2024
1 parent 27f9485 commit 71a9bb1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,29 @@ on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
runs-on: nixos
permissions:
contents: write
pull-requests: write
steps:
- name: automerge
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 71a9bb1

Please sign in to comment.