Skip to content

Build P10 kernel with ROP checking enabled #49

Build P10 kernel with ROP checking enabled

Build P10 kernel with ROP checking enabled #49

Workflow file for this run

name: Add all issues to linuxppc backlog
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/linuxppc/projects/1
github-token: ${{ secrets.BOT_ACTIONS_TOKEN }}