Skip to content

Commit e2af78d

Browse files
authored
Make pull_request.yaml between the layers consistent and fix enforce labels (#2368)
1 parent 4721aa1 commit e2af78d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Pull Request
22
on:
33
pull_request_target:
4-
types: [ opened, edited, labeled, unlabeled ]
4+
types: [ opened, edited, labeled, unlabeled, synchronize ]
55
jobs:
66
changelog:
77
name: Preview Changelog
8+
if: github.event.action != 'synchronize'
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: matrix-org/allchange@main

0 commit comments

Comments
 (0)