Skip to content

Commit

Permalink
chore: renamed approval pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Dec 11, 2022
1 parent c85c9bd commit 3cee02e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 30 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/autoapprove-prs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Autoapprove PRs
on: pull_request

permissions:
pull-requests: write

jobs:
autoapprove-prs:
uses: prosegrinder/.github/.github/workflows/autoapprove-prs.yaml@main
with:
PR_URL: ${{github.event.pull_request.html_url}}
secrets:
APPROVAL_TOKEN: ${{secrets.GITHUB_TOKEN}}
30 changes: 0 additions & 30 deletions .github/workflows/dependabot-autoapprove.yaml

This file was deleted.

0 comments on commit 3cee02e

Please sign in to comment.