mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +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 }}
|