mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Make pull_request.yaml between the layers consistent and fix enforce labels (#8580)
This commit is contained in:
parent
170b41f43b
commit
b331099525
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pull_request.yaml
vendored
3
.github/workflows/pull_request.yaml
vendored
|
@ -1,10 +1,11 @@
|
|||
name: Pull Request
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, edited, labeled, unlabeled ]
|
||||
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
||||
jobs:
|
||||
changelog:
|
||||
name: Preview Changelog
|
||||
if: github.event.action != 'synchronize'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: matrix-org/allchange@main
|
||||
|
|
Loading…
Reference in a new issue