Skip to content

Commit

Permalink
Release automation improvements (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Mar 5, 2024
1 parent 421a666 commit d51299b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches: [staging]
workflow_dispatch: {}
repository_dispatch:
types: [upstream-release-notify]
concurrency: ${{ github.workflow }}
jobs:
draft:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
with:
include-changes: element-hq/element-web@$VERSION
include-changes: element-hq/element-web~$VERSION

0 comments on commit d51299b

Please sign in to comment.