Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/branch-deletion-pr-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Create Deletion PR
if: env.HAS_BRANCHES == 'true'
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@v8 # NOTE: If you upgrade the version of this action, you must also update the GitHub Actions allowlist in mendix/docs > Settings > Actions > General to permit the new version tag, otherwise the workflow will fail.
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "[Auto] Branch Deletion Candidates - ${{ env.CURRENT_DATE }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
# Creates PR for linted content changes - needs version > 6 for NodeJS 24
- name: Create pull request
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@v8 # NOTE: If you upgrade the version of this action, you must also update the GitHub Actions allowlist in mendix/docs > Settings > Actions > General to permit the new version tag, otherwise the workflow will fail.
with:
commit-message: Run markdownlint-cli2 on docs to find (and correct) linting errors.
title: '[Auto] Lint docs'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remunusedattachments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Creates pull request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@v8 # NOTE: If you upgrade the version of this action, you must also update the GitHub Actions allowlist in mendix/docs > Settings > Actions > General to permit the new version tag, otherwise the workflow will fail.
with:
commit-message: Run removeUnusedAttachments.py on docs
title: '[Auto] Remove unused attachments'
Expand Down