Bump github.com/netobserv/flowlogs-pipeline from 0.1.12-0.20240325100124-fd783b283c7c to 1.6.0-crc0 #924
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 ok-to-test | |
on: | |
pull_request_target: | |
types: [synchronize,reopened] | |
jobs: | |
rm-ok-to-test: | |
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') | |
runs-on: ubuntu-20.04 | |
name: Remove ok-to-test | |
steps: | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: ok-to-test | |
fail_on_error: true |