From 79aa48e03330656568457e63a2856a350e5e490c Mon Sep 17 00:00:00 2001 From: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:19:44 -0400 Subject: [PATCH] Allow EditorConfig workflow to annotate PRs (#22200) NUFC in SS13 Enables MegaLinter to annotate PRs. --- .github/workflows/byond.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/byond.yml b/.github/workflows/byond.yml index 25f5958370a..abeb258dfb3 100644 --- a/.github/workflows/byond.yml +++ b/.github/workflows/byond.yml @@ -129,6 +129,9 @@ jobs: runs-on: ubuntu-24.04 needs: validate-structure if: needs.validate-structure.outputs.skipci != 'true' + permissions: + contents: read + statuses: write concurrency: group: megalinter-${{ github.head_ref || github.run_id }}