Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use latest action version #2730

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/contribution-checks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Contribution checks

on:
pull_request_target:
pull_request:

jobs:
check_antora_content_guidelines:
permissions:
pull-requests: write # "pr-antora-content-guidelines-checker" write PR comments when the PR doesn't match the "Guidelines"
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml@master
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml@test/improve_attribute_check

2 changes: 1 addition & 1 deletion modules/bonita-overview/pages/bonita-purpose.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Bonita's purpose
:page-aliases: ROOT:bonita-purpose.adoc
:description: This page gives an overview of the values of Bonita Platform, as well as the business use-cases Bonita helps solve, both through types of automation projects and industry verticals.
:description:

{description}

Expand Down
3 changes: 1 addition & 2 deletions modules/bonita-overview/pages/ui-designer-overview.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= UI Designer overview
:description: The UI Designer is a wysiwyg development environment for creating pages and forms for a Bonita application.
:page-aliases: ROOT:ui-designer-overview.adoc
// required to be able to usage of the "menu" macro
:experimental:
Expand All @@ -8,7 +7,7 @@

== Usage

It is a web-based tool that is launched from Bonita Studio. +
It is a web-based tool that is launched from Bonita Studio... +
A page is defined in HTML extended by the AngularJS JavaScript framework. Use the UI Designer to create and update pages for business applications, forms to start process instances or execute human tasks, and application layouts that apply to all pages of an application.

* Create pages directly in the Bonita UI designer.
Expand Down
2 changes: 1 addition & 1 deletion modules/bonita-overview/pages/what-is-bonita-index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= What is Bonita?
:page-aliases: ROOT:what-is-bonita-index.adoc, ROOT:what-is-bonita.adoc
:description: Bonita is an open-source and extensible platform for business process automation and optimization.
:description: Bonita is

{description}

Expand Down
Loading