Skip to content

Commit 10cb3e0

Browse files
authored
docs: Adapt link to siemens-internal contributing guideline (#62)
1 parent d6ddf43 commit 10cb3e0

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/check-links-workflow.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16-
- name: Check links
17-
uses: gaurav-nelson/github-action-markdown-link-check@v1
16+
- name: Link Checker
17+
uses: lycheeverse/lychee-action@v1.8.0
1818
with:
19-
check-modified-files-only: 'yes'
20-
base-branch: 'main'
19+
args: --verbose --no-progress --exclude "^https://github\\.siemens\\.cloud" '**/*.md'
20+
fail: true
21+
format: markdown
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ Once all clearings are successful, our admins will create the repository within
8383

8484
### Siemens employees
8585

86-
In case you are a Siemens employee who likes to propose a new repository for the GitHub community, please the [Siemens contribution process](https://code.siemens.com) for a set of follow along instructions.
86+
In case you are a Siemens employee who likes to propose a new repository for the GitHub community, please read the [Siemens contribution process](https://github.siemens.cloud/simatic-ax/.github/blob/main/profile/CONTRIBUTING.md) for a set of follow along instructions.
8787

8888
> For all inquiries, please get in touch via our [Admin Team](https://github.com/orgs/simatic-ax/teams/toa-teamofaxion).

0 commit comments

Comments
 (0)