mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +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
|
name: Pull Request
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ opened, edited, labeled, unlabeled ]
|
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
||||||
jobs:
|
jobs:
|
||||||
changelog:
|
changelog:
|
||||||
name: Preview Changelog
|
name: Preview Changelog
|
||||||
|
if: github.event.action != 'synchronize'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: matrix-org/allchange@main
|
- uses: matrix-org/allchange@main
|
||||||
|
|
Loading…
Reference in a new issue