Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
eda565a0
Commit
eda565a0
authored
3 years ago
by
Chevdor
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: reduce the list of events triggering matrix messages (#547)
parent
1b92af90
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/.github/workflows/release-bot.yml
+9
-4
9 additions, 4 deletions
cumulus/.github/workflows/release-bot.yml
with
9 additions
and
4 deletions
cumulus/.github/workflows/release-bot.yml
+
9
−
4
View file @
eda565a0
name
:
Pushes release
upda
tes to a
pre-defined
Matrix room
name
:
Pushes release
no
tes to a Matrix room
on
:
release
:
types
:
-
edited
-
prereleased
-
published
jobs
:
ping_matrix
:
runs-on
:
ubuntu-latest
...
...
@@ -14,5 +13,11 @@ jobs:
with
:
room_id
:
${{ secrets.MATRIX_ROOM_ID }}
access_token
:
${{ secrets.MATRIX_ACCESS_TOKEN }}
message
:
"
**${{github.event.repository.full_name}}:**
A
release
has
been
${{github.event.action}}<br/>Release
version
[${{github.event.release.tag_name}}](${{github.event.release.html_url}})<br/><br/>***Description:***<br/>${{github.event.release.body}}<br/>"
message
:
|
A (pre)release has been ${{github.event.action}} in **${{github.event.repository.full_name}}:**<br/>
Release version: [${{github.event.release.tag_name}}](${{github.event.release.html_url}})
-----
${{github.event.release.body}}
server
:
"
matrix.parity.io"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment