mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
.github: add workflow for adding milestone
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
c4408499e4
commit
1657a44750
6
.github/milestone.yml
vendored
Normal file
6
.github/milestone.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
base-branch:
|
||||
- "luminous"
|
||||
- "nautilus"
|
||||
- "octopus"
|
||||
- "pacific"
|
||||
- "quincy"
|
14
.github/workflows/milestone.yml
vendored
Normal file
14
.github/workflows/milestone.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
name: "Pull Request Add Milestone"
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
jobs:
|
||||
milestone:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: iyu/actions-milestone@v1
|
||||
with:
|
||||
configuration-path: .github/milestone.yml
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue
Block a user