Release new osqp-cpp version with osqp and suitesparse fixes #2110
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: Notify Module Maintainers For PR Review | |
on: | |
pull_request_target: | |
branches: | |
- main | |
paths: | |
- 'modules/**' | |
jobs: | |
notify_maintainers: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 | |
with: | |
egress-policy: audit | |
- name: Run BCR PR Reviewer | |
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@ecb81a9f161e6a560633222436406e41b93f6991 # master | |
with: | |
# This token needs to be updated annually on Feb 05. | |
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }} | |
action-type: notify_maintainers |