This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
cmake: workaround _num_cores being 0 under qemu emulation #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Add Pull Request to S3GW Project | |
on: | |
pull_request_target: | |
types: | |
- opened | |
branches: | |
- s3gw | |
jobs: | |
add-to-project: | |
name: Add Pull Request to S3GW Project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jecluis/[email protected] | |
with: | |
project-url: https://github.com/orgs/aquarist-labs/projects/5 | |
gh-token: ${{ secrets.PAT_S3GW_PROJECT_ADD }} | |
default-pr-status: "In review" |