Skip to content

Commit

Permalink
Merge pull request #240 from mimmi20/updates
Browse files Browse the repository at this point in the history
update automerge pipeline
  • Loading branch information
mimmi20 committed Mar 17, 2023
2 parents ef154fa + 06673c3 commit ecda8aa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ on:
pull_request_target

jobs:
show:
runs-on: "ubuntu-22.04"
steps:
- name: "show actor"
run: echo "${{ github.actor }}"

approve:
uses: "mimmi20/template/.github/workflows/auto-approve.yml@master"

if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' }}

with:
pullRequestUrl: "${{ github.event.pull_request.html_url }}"
Expand Down

0 comments on commit ecda8aa

Please sign in to comment.