mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-14 00:03:19 +08:00
File sync from s4u/.github
This commit is contained in:
16
.github/workflows/auto-approve.yml
vendored
Normal file
16
.github/workflows/auto-approve.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Auto approve
|
||||
|
||||
on:
|
||||
pull_request_target
|
||||
|
||||
jobs:
|
||||
auto-approve:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v2.0.0
|
||||
if: >
|
||||
github.actor == 'dependabot[bot]'
|
||||
|| github.actor == 'dependabot-preview[bot]'
|
||||
|| github.actor == 'slawekjaranowski'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user