未验证 提交 3622cf35 编写于 作者: 梦境迷离's avatar 梦境迷离 提交者: GitHub

Create auto-approve.yml (#138)

* Create auto-approve.yml

* Create autoupdate.yml
上级 c5f46a18
name: Auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-20.04
steps:
- uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
name: autoupdate
on:
push: {}
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "type: dependencies,autoupdate"
EXCLUDED_LABELS: "do-not-autoupdate"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册