Skip to content

refactor: remove old amap v1 and v2 #660

refactor: remove old amap v1 and v2

refactor: remove old amap v1 and v2 #660

name: PR Auto Set Label
on:
pull_request_target:
types: [opened, edited]
jobs:
auto-set-labels:
runs-on: ubuntu-latest
steps:
- name: pr-auto-label
uses: actions-cool/pr-auto-label@v1
with:
enum: 'fix, chore, feat, refactor, test, docs'
extra: 'feat/feature, docs/documentation'