Skip to content

Commit 3cee02e

Browse files
committed
chore: renamed approval pipeline
1 parent c85c9bd commit 3cee02e

File tree

2 files changed

+13
-30
lines changed

2 files changed

+13
-30
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Autoapprove PRs
2+
on: pull_request
3+
4+
permissions:
5+
pull-requests: write
6+
7+
jobs:
8+
autoapprove-prs:
9+
uses: prosegrinder/.github/.github/workflows/autoapprove-prs.yaml@main
10+
with:
11+
PR_URL: ${{github.event.pull_request.html_url}}
12+
secrets:
13+
APPROVAL_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/dependabot-autoapprove.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)