Skip to content

Commit df0bcaf

Browse files
committed
feat(dev): add compat review action
1 parent 21c1932 commit df0bcaf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Compatibility Check
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize, labeled, unlabeled]
6+
branches:
7+
- master
8+
9+
jobs:
10+
compatibility-check:
11+
name: Verify Compatibility Review
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Check compatibility label
15+
uses: Codeinwp/action-product-compat@v1
16+
with:
17+
github-token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)