From e0ac43282fadbcd643c770dd6d21d13ba9c97849 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Tue, 7 Jul 2026 10:15:28 +0200 Subject: [PATCH] Add note for action allowlist to prevent workflow failure --- .github/workflows/branch-deletion-pr-creation.yml | 2 +- .github/workflows/lint-action.yml | 2 +- .github/workflows/remunusedattachments.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-deletion-pr-creation.yml b/.github/workflows/branch-deletion-pr-creation.yml index 252a525eb6b..efd188e099b 100644 --- a/.github/workflows/branch-deletion-pr-creation.yml +++ b/.github/workflows/branch-deletion-pr-creation.yml @@ -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 }}" diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index fa412a09278..af0ce84b234 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -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' diff --git a/.github/workflows/remunusedattachments.yml b/.github/workflows/remunusedattachments.yml index 964a917b0f7..541d59e9678 100644 --- a/.github/workflows/remunusedattachments.yml +++ b/.github/workflows/remunusedattachments.yml @@ -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'