Make pull_request.yaml between the layers consistent and fix enforce labels (#8580)

This commit is contained in:
Michael Telatynski 2022-05-13 18:51:25 +01:00 committed by GitHub
parent 170b41f43b
commit b331099525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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