ceph/.github/milestone.yml
Kefu Chai c5f6d15e36 .github: correct the regex in mileston workflow
also use pull_request_target event so the action is run in the
context of the base of the pull request. this helps us to overcome
the "Resource not accessible by integration" issue where the action
is run in the context of the pull request.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-03-07 00:32:44 +08:00

7 lines
94 B
YAML

base-branch:
- "(luminous)"
- "(nautilus)"
- "(octopus)"
- "(pacific)"
- "(quincy)"