Delete .github/workflows/auto-approve.yml
This commit is contained in:
parent
dd944fb6c8
commit
fd74cc14f5
1 changed files with 0 additions and 26 deletions
26
.github/workflows/auto-approve.yml
vendored
26
.github/workflows/auto-approve.yml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: Auto approve
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
auto-approve:
|
|
||||||
|
|
||||||
name: Auto approve Pull Request
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
# for hmarr/auto-approve-action to approve PRs
|
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
# Only run this on the main repo
|
|
||||||
if: github.event.pull_request.head.repo.full_name == 'EmotionChild/SupportChild'
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Approve via actions
|
|
||||||
uses: hmarr/auto-approve-action@v2.2.1
|
|
||||||
if: github.actor == 'EmotionChild' || github.actor == 'dependabot[bot]'
|
|
||||||
with:
|
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
Loading…
Reference in a new issue