nrf_security: Use int return type for nrf_cc3xx return values #14492
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: Remove CI requested label | |
on: | |
pull_request_target: | |
types: [opened, reopened, synchronize] | |
jobs: | |
remove_label: | |
runs-on: ubuntu-latest | |
name: Remove label | |
steps: | |
- name: removelabel | |
uses: buildsville/add-remove-label@v2.0.0 | |
with: | |
token: '${{ secrets.GITHUB_TOKEN }}' | |
labels: CI-Requested | |
type: remove |