Add checks if a user is already in the org due to auto_assign_org_id #2244
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: pr comment | |
on: | |
pull_request_target: | |
jobs: | |
info-comment: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 | |
with: | |
message: | | |
In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. | |
To do so, a Grafana Labs employee must trigger the `cloud acceptance tests` workflow manually. |