You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": ":mega: This is a test from the ${{github.repository}} repository",
27
+
"emoji": true
28
+
}
29
+
},
30
+
{
31
+
"type": "divider"
32
+
},
33
+
{
34
+
"type": "section",
35
+
"text": {
36
+
"type": "mrkdwn",
37
+
"text": "- available <https://github.com/${{github.repository}}/releases|Releases> :heavy_check_mark: \n - Check packages published on <https://www.npmjs.com/package/bpmn-visualization|NPM> :heavy_check_mark:"
38
+
}
39
+
},
40
+
{
41
+
"type": "divider"
42
+
},
43
+
{
44
+
"type": "section",
45
+
"text": {
46
+
"type": "mrkdwn",
47
+
"text": "See the next steps <https://github.com/${{github.repository}}/blob/master/docs/contributors/maintainers.md#github-issues-milestones-and-projects-update|here> :arrow_left:"
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ GitHub pages environment generated by this repository
14
14
-[execute job on secrets availability](.github/workflows/execute-depending-on-secrets-availability.yml): use in surge deployments to avoid trying to create deployments for external contributors and dependabot (surge token secret not available)
15
15
-[fill github draft releases](.github/workflows/fill-gh-draft-release.yml): experiment the release-drafter configuration (used in bpmn-visualization)
16
16
-[Generate Documentation API](.github/workflows/generate-documentation-api.yml): generate a TypeDoc API documentation and push to github-pages (for bpmn-visualization)
17
+
-[Slack send message](.github/workflows/slack-send-message.yml): send a message to a Slack channel or user
17
18
-[workflow dispatch](.github/workflows/workflow-dispatch.yml): run job depending on if the workflow is triggered from the `master` branch or another branch
0 commit comments