mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-16 15:07:59 +00:00
Update autoapprove.yml
This commit is contained in:
parent
99dec691da
commit
4fa5dbf95c
8
.github/workflows/autoapprove.yml
vendored
8
.github/workflows/autoapprove.yml
vendored
@ -12,13 +12,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'ci-robbot' }}
|
if: ${{ github.actor == 'ci-robbot' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
|
||||||
id: metadata
|
|
||||||
uses: dependabot/fetch-metadata@v1.3.4
|
|
||||||
with:
|
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
skip-commit-verification: true
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -36,7 +29,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
if: ${{ contains(github.event.pull_request.title, 'Bump')}}
|
|
||||||
run: gh pr merge --auto --squash "$PR_URL"
|
run: gh pr merge --auto --squash "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
|
Loading…
Reference in New Issue
Block a user