mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
11 lines
190 B
YAML
11 lines
190 B
YAML
name: Auto Approve
|
|
|
|
on:
|
|
pull_request_target
|
|
|
|
jobs:
|
|
auto-approve:
|
|
uses: s4u/.github/.github/workflows/auto-approve.yml@master
|
|
secrets:
|
|
TECH_TOKEN: ${{ secrets.TECH_TOKEN }}
|