From 7675a24a7aff34f8e5d2e4d6e42c31323793b31b Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Wed, 18 Dec 2024 14:36:56 +0100 Subject: [PATCH] ci: add `permissions` settings following good practices --- .github/workflows/semantic-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 7596c12f88d..3d812ad827b 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -7,6 +7,9 @@ on: - edited - synchronize +permissions: + pull-requests: read + jobs: main: name: Validate PR title