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
This commit is contained in:
realstealthninja
2024-11-24 13:33:07 +05:30
committed by GitHub
parent 06d195f7aa
commit d1bb156a68

View File

@@ -3,6 +3,7 @@ on: [push, pull_request]
permissions:
pull-requests: write
contents: write
issues: write
jobs:
MainSequence: