-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: check file name in the "antora guidelines" workflow (#791)
* based on feat/check_file_name branch from action repository ### Notes Validate bonitasoft/actions#138 and bonitasoft/actions#140 Cover #589
- Loading branch information
1 parent
a057db1
commit c9a3f79
Showing
4 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
.github/workflows/pr-comment-list-changes-on-test-data.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Comments PR with changes list on Test Data | ||
|
||
on: | ||
# use pull_request event to test update done of the reusable workflow (update the branch of the reusable workflow as well in this case) | ||
pull_request_target: | ||
paths: | ||
- '.github/workflows/_reusable_pr-comment-list-changes.yml' | ||
- '.github/workflows/pr-comment-list-changes.yml' | ||
- 'test/documentation-content/**/*' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-22.04 | ||
# It's a duplicate of _reusable_pr-comment-list-changes to allow us to validate updated in test data | ||
permissions: | ||
pull-requests: write # write PR comments | ||
steps: | ||
- uses: bonitasoft/actions/packages/surge-preview-tools@v3 | ||
id: surge-preview-tools | ||
with: | ||
surge-token: ${{ secrets.SURGE_TOKEN_DOC }} | ||
- name: Comments PR with links | ||
uses: bonitasoft/actions/packages/doc-contribs/pr-comments-with-links@v3 | ||
with: | ||
site-url: ${{ steps.surge-preview-tools.outputs.preview-url }} | ||
component-name: ${{ inputs.component-name }} |
This file was deleted.
Oops, something went wrong.