Files
2025-03-10 11:21:44 +01:00

31 lines
1.0 KiB
YAML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Comment
on:
pull_request_target:
types: ["opened"]
branches: ["main"]
jobs:
comment:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
### Tests
Please note that running unit and e2e tests requires manual approval from a team member.
### e2e tests
We use labels to control which e2e tests contexts are run:
| Label | Behaviour |
|--|--|
| none | Run `Generic` tests only |
| https://github.com/ionos-cloud/cluster-api-provider-proxmox/labels/e2e%2Fnone | Do not run any e2e tests |
| https://github.com/ionos-cloud/cluster-api-provider-proxmox/labels/e2e%2Fflatcar | Add `Flatcar` tests |
Ask a team member to add the requested labels if you don't have enough permissions.
comment_tag: comment
mode: "recreate"