Update network-observability-operator-ystream to 1b1bb3f #868
This file contains hidden or 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: Pull request labels | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| pr-labels: | |
| if: ${{ github.event.pull_request.user.login == 'red-hat-konflux[bot]' }} | |
| permissions: | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: gh pr edit "$NUMBER" --add-label "dependencies" | |
| env: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| GH_REPO: ${{ github.repository }} | |
| NUMBER: ${{ github.event.pull_request.number }} |