From d1bb156a68e4996f245d14499b837a345e7b896d Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:33:07 +0530 Subject: [PATCH] chore: fix permission issues in cpp-linter (#2907) * ci: make compile add warnings to file * chore: use cpp-linter instead of inhouse linter * chore: use abinoda instead of pullreminders for label-when-approved * fix: permissions awesome-ci * fix: permission issue for github action --- .github/workflows/awesome_workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/awesome_workflow.yml b/.github/workflows/awesome_workflow.yml index 475d4318c..f74b0acc5 100644 --- a/.github/workflows/awesome_workflow.yml +++ b/.github/workflows/awesome_workflow.yml @@ -3,6 +3,7 @@ on: [push, pull_request] permissions: pull-requests: write contents: write + issues: write jobs: MainSequence: