This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
feat(BUX-417): remove code related to monitor agent that is not used and depends on centrifuge. #8
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: "On pull request" | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- unlabeled | |
- opened | |
permissions: | |
pull-requests: write | |
jobs: | |
on-pr: | |
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main |