Skip to content

Commit 81386c9

Browse files
authored
Merge pull request #12 from Telefonica/docs/change-confluence-page
docs: Change confluence page
2 parents 58265c8 + 7f335ab commit 81386c9

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ __Please provide enough information and context so that others can review your p
88

99
Please check the following boxes after you have read and understood each item.
1010

11-
* [ ] I have read the [CONTRIBUTING](./.github/CONTRIBUTING.md) document
12-
* [ ] I have read the [CODE_OF_CONDUCT](./.github/CODE_OF_CONDUCT.md) document
11+
* [ ] I have read the [CONTRIBUTING](https://github.com/Telefonica/markdown-confluence-sync-action/blob/main/.github/CONTRIBUTING.md) document
12+
* [ ] I have read the [CODE_OF_CONDUCT](https://github.com/Telefonica/markdown-confluence-sync-action/blob/main/.github/CODE_OF_CONDUCT.md) document
1313
* [ ] I accept that, by signing the Contributor License Agreement through a comment in the PR, my Github user name will be stored by in a branch of this repository for future reference.
1414

1515
In case this is your first contribution to this project, you will also have to **add a comment with the following text: "_I have read the CLA Document and I hereby sign the CLA_"**, otherwise the PR status will fail and our bot will request you to add it. Once you have signed it in a PR, you will not have to sign it again for future contributions.

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- release
1110

1211
permissions:
1312
contents: read

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sync_to_confluence: true
3-
title: "[Markdown Confluence Sync] Releases"
3+
title: "[Markdown Confluence Sync] [Github action] Releases"
44
---
55

66
# Changelog

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sync_to_confluence: true
3-
title: "Markdown Confluence Sync"
4-
confluence_page_id: "333418648"
3+
title: "[Markdown Confluence Sync] Github action"
4+
confluence_page_id: "337906332"
55
---
66

77
# Markdown Confluence Sync action
@@ -35,7 +35,7 @@ This action syncs markdown files to Confluence using the [Markdown Confluence Sy
3535
* **flat**: Synchronize a list of markdown files matched by a [glob pattern](https://github.com/isaacs/node-glob#glob-primer) as children page of a Confluence root page, without any hierarchy.
3636
* As an extra in this mode, a Confluence id can be provided to each page using frontmatter, and, in such case, the corresponding Confluence page will be updated, no matter if it is a child of the root page or not.
3737

38-
> [!INFO]
38+
> [!NOTE]
3939
> Read the [Markdown Confluence Sync library documentation](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync) for detailed information about all features and configuration options.
4040
4141
## Usage

0 commit comments

Comments
 (0)