Skip to content

samples: bluetooth: fast_pair: locator_tag: HW crypto MCUboot for nRF54L #57465

samples: bluetooth: fast_pair: locator_tag: HW crypto MCUboot for nRF54L

samples: bluetooth: fast_pair: locator_tag: HW crypto MCUboot for nRF54L #57465

name: Remove CI-Requested label
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
remove_label:
name: Remove label
if: ${{ contains(github.event.*.labels.*.name, 'CI-Requested') }}
runs-on: ubuntu-24.04
steps:
- name: Remove label
run: gh pr edit ${{ github.event.pull_request.number }} --remove-label "CI-Requested"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}