Skip to content

lib: peer_manager: some refactoring and removal of the last APP_ERROR_CHECK remnants #2714

lib: peer_manager: some refactoring and removal of the last APP_ERROR_CHECK remnants

lib: peer_manager: some refactoring and removal of the last APP_ERROR_CHECK remnants #2714

name: Assign reviewers from CODEOWNERS

Check warning on line 1 in .github/workflows/codeowners-reviewers.yml

View workflow run for this annotation

GitHub Actions / Assign reviewers from CODEOWNERS

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
contribs:
runs-on: ubuntu-24.04
name: Assign Reviewers from CODEOWNERS
steps:
- name: Assign
uses: nrfconnect/action-codeowners-reviewers@735af84f2ea913b4cd3edc4668bf6f9294598a9e
with:
github_token: ${{ secrets.NCS_GITHUB_TOKEN }}