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

This commit is contained in:
Michael Telatynski
2022-05-13 18:51:20 +01:00
committed by GitHub
parent 1236fe1ebb
commit 168320d0e5

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