Skip to content

bugfix(capture): remove CONFIG_KALLSYMS_ALL dependency #305

bugfix(capture): remove CONFIG_KALLSYMS_ALL dependency

bugfix(capture): remove CONFIG_KALLSYMS_ALL dependency #305

#
# When a PR is opened: Automatically assign author
#
name: "Auto Assign"
on:
#issues:
# types: [opened, reopened]
pull_request_target:
types: [opened, reopened]
permissions:
#issues: write
pull-requests: write
jobs:
assign:
name: Assign Author
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2