mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
13 lines
316 B
YAML
13 lines
316 B
YAML
name: Preview Changelog
|
|
on:
|
|
pull_request_target:
|
|
types: [ opened, edited, labeled ]
|
|
jobs:
|
|
changelog:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Preview Changelog
|
|
uses: matrix-org/allchange@main
|
|
with:
|
|
ghToken: ${{ secrets.GITHUB_TOKEN }}
|